-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
39 lines (39 loc) · 833 Bytes
/
bower.json
File metadata and controls
39 lines (39 loc) · 833 Bytes
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
{
"name": "Crag Project",
"version": "0.3.0",
"authors": [
"Sam Stiles <sam@phasesolutions.ca>"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.3.8",
"angular-ui-router": "~0.2.13",
"underscore": "~1.7.0",
"async": "~0.9.2",
"fontawesome": "~4.2.0",
"normalize-css": "~3.0.2",
"jquery": "~2.1.3",
"react": "~0.12.2",
"ngReact": "~0.1.3",
"chartjs": "~1.0.1",
"react-chartjs": "~0.2.1"
},
"devDependencies": {
"angular": "~1.3.8",
"angular-ui-router": "~0.2.13",
"underscore": "~1.7.0",
"async": "~0.9.2",
"angular-material": "~0.8.0",
"fontawesome": "~4.2.0",
"normalize-css": "~3.0.2",
"jquery": "~2.1.3"
}
}