-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
48 lines (48 loc) · 1006 Bytes
/
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
{
"name": "projects",
"version": "1.0.0",
"main": "dist/scripts/projects.js",
"ignore": [
".*",
"Gemfile*",
"Gruntfile.js",
"pom.xml",
"/*.json",
"*.conf.js",
"*-conf.js",
"app/*",
"!app/styles",
"test/*",
"!test/lib",
"dist/bower_components",
"dist/concat",
"dist/_debug*",
"maven",
"*.sublime*"
],
"dependencies": {
"jquery": "~2.0.3",
"angular-translate": "~1.1.0",
"es6-shim": "~0.33.13",
"uri.js": "~1.13.1",
"wix-angular": null,
"wix-style": null,
"wix-bi-logger": null,
"angular": "angularjs#^1.5.0",
"angular-ui-router": "^0.2.18",
"angular-messages": "^1.5.0",
"firebase": "^2.4.0",
"angularfire": "^1.1.3",
"bootstrap": "^3.3.6",
"angular-bootstrap": "^1.1.2"
},
"devDependencies": {
"es5-shim": "~2.1.0",
"angular-mocks": "^1.5.0"
},
"resolutions": {
"angular-bootstrap": "~0.11.0",
"angular": "1.5.0",
"angular-mocks": "^1.5.0"
}
}