forked from popcodeorg/popcode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
41 lines (41 loc) · 915 Bytes
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "popcode",
"description": "Web-based HTML/CSS/JS editor for educational use",
"main": "src/application.js",
"authors": [
"Mat Brown"
],
"license": "MIT",
"keywords": [
"code",
"editor",
"education",
"learning"
],
"homepage": "https://github.com/popcodeorg/popcode",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "^1.5.5",
"bootstrap": "^3.3.6",
"ember": "^2.5.1",
"fontawesome": "^4.6.3",
"foundation": "^5.5.3",
"handlebars": "^4.0.5",
"inconsolata-webfont": "^1.0.3",
"jquery": "^3.2.1",
"lodash": "^4.11.2",
"mustache.js": "mustache#^2.2.1",
"normalize-css": "normalize.css#^4.1.1",
"p5js": "^0.5.13",
"react": "^15.0.1",
"roboto-webfont-bower": "roboto-webfont#^0.1.1",
"underscore": "^1.8.3"
}
}