-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
70 lines (70 loc) · 1.73 KB
/
bower.json
File metadata and controls
70 lines (70 loc) · 1.73 KB
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
62
63
64
65
66
67
68
69
70
{
"name": "DollarOne Studio",
"version": "0.0.1",
"authors": [
"Moisés Gramary <moises@webet.es>"
],
"description": "DollarOne Studio",
"moduleType": [
"node"
],
"keywords": [
"bower",
"gulp",
"npm"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"*.less",
"*.min.js"
],
"dependencies": {
"angular": "^1.6.0",
"angular-resource": "^1.6.0",
"angular-bootstrap": "~2.3.0",
"bootstrap-sass": "3.3.*",
"ng-notify": "~0.8.0",
"paper": "^0.10.2",
"slug": "^0.9.1",
"shape-detector": "^0.2.1"
},
"install": {
"path": {
"js": "src/js/vendor",
"scss": "src/scss/vendor/",
"css": "src/css/vendor",
"png": "src/img/vendor",
"gif": "src/img/vendor",
"eot": "src/fonts/vendor",
"otf": "src/fonts/vendor",
"svg": "src/fonts/vendor",
"ttf": "src/fonts/vendor",
"woff": "src/fonts/vendor",
"woff2": "src/fonts/vendor"
},
"sources": {
"bootstrap-sass": [
"bower_components/bootstrap-sass/assets/stylesheets/bootstrap/**",
"bower_components/bootstrap-sass/assets/javascripts/bootstrap/modal.js",
"bower_components/bootstrap-sass/assets/javascripts/bootstrap/alert.js",
"bower_components/bootstrap-sass/assets/javascripts/bootstrap/tooltip.js",
"bower_components/bootstrap-sass/assets/fonts/bootstrap/**"
],
"angular-bootstrap": [
"bower_components/angular-bootstrap/*.css",
"bower_components/angular-bootstrap/ui-bootstrap-tpls.js"
],
"slug": [
"bower_components/slug/slug.js"
]
}
},
"devDependencies": {
"angular-mocks": "^1.6.0"
}
}