-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
47 lines (47 loc) · 1.05 KB
/
bower.json
File metadata and controls
47 lines (47 loc) · 1.05 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
{
"name": "nyam-frontend",
"version": "0.1.0",
"authors": [
"Rodion <rodion@rezonans.ru>"
],
"description": "Nyam frontend",
"main": "main.js",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "~2.1.1",
"lodash": "~2.4.1",
"bootstrap": "~3.3.1",
"angular": "~1.3.2",
"angular-bootstrap": "~0.11.2",
"angular-route": "latest",
"angular-ui-utils": "~0.1.1",
"ngstorage": "~0.3.0",
"angular-cookies": "~1.3.2",
"angular-sanitize": "~1.3.2",
"angular-local-storage": "~0.1.5"
},
"overrides": {
"es5-shim": {
"ignore": true
},
"jquery.lazyload": {
"main": "jquery.lazyload.js"
},
"bootstrap": {
"main": [
"dist/css/bootstrap.css",
"dist/fonts/glyphicons-halflings-regular.eot",
"dist/fonts/glyphicons-halflings-regular.svg",
"dist/fonts/glyphicons-halflings-regular.ttf",
"dist/fonts/glyphicons-halflings-regular.woff"
]
}
}
}