-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
61 lines (61 loc) · 1.37 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "ams",
"version": "0.0.0",
"authors": [
"neil paul molina <[email protected]>"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"components",
"test",
"tests",
"js"
],
"dependencies": {
"angular": "latest",
"angular-route": "latest",
"angular-resource": "latest",
"angular-animate": "latest",
"angular-mocks": "latest",
"foundation": "latest",
"lodash": "latest"
},
"install": {
"path": {
"css": "assets/styles/dependencies",
"js": "assets/js/dependencies"
},
"sources": {
"angular": [
"bower_components/angular/angular.js",
"bower_components/angular-animate/angular-animate.js",
"bower_components/angular-route/angular-route.js",
"bower_components/angular-resource/angular-resource.js"
],
"lodash": [
"bower_components/lodash/dist/lodash.js"
],
"foundation":[
"bower_components/foundation/css/foundation.css",
"bower_components/foundation/css/normalize.css"
]
},
"ignore": [
"jquery",
"jquery.fs.selecter",
"jquery.fs.stepper",
"icheck",
"jquery-placeholder",
"angular-animate",
"angular-touch",
"angular-mocks",
"angular-route",
"angular-resource",
"jquery.cookie",
"fastclick",
"modernizr"
]
}
}