-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
30 lines (29 loc) · 740 Bytes
/
bower.json
File metadata and controls
30 lines (29 loc) · 740 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
{
"name": "miniSite",
"version": "0.1.0",
"main": "index.html",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"devDependencies": {
"angular": "~1.2.1",
"angular-scenario": "~1.2.1",
"angular-route": "~1.2.1",
"angular-mocks": "~1.2.1",
"angular-resource": "~1.2.1",
"angular-bootstrap": "~0.11.0",
"angular-animate": "~1.2.1",
"angular-loading-bar": "~0.4.1",
"requirejs": "~2.1.9",
"requirejs-text": "~2.0.10",
"requirejs-domready": "~2.0.1",
"require-css": "~0.1.2",
"bootstrap-css": "~3.1.1",
"json3": "~3.3.1",
"headroom.js": "~0.6.0"
}
}