-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
56 lines (56 loc) · 1.27 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
{
"name": "Pokemon",
"version": "0.0.0",
"dependencies": {
"angular": "^1.4.0",
"bootstrap": "^3.2.0",
"angular-animate": "^1.4.0",
"angular-cookies": "^1.4.0",
"angular-resource": "^1.4.0",
"angular-route": "^1.4.0",
"angular-sanitize": "^1.4.0",
"angular-touch": "^1.4.0",
"jquery": "^3.1.0",
"font-awesome": "^4.6.3",
"angular-ui-router": "^0.3.1",
"angular-material": "^1.0.9",
"angular-formly": "^8.3.0",
"angular-formly-templates-bootstrap": "^6.3.2",
"angular-autoFields-bootstrap": "^2.2.2",
"SHA-1": "^0.1.1",
"jquery-ui": "^1.12.0",
"angular-notify": "^2.5.0",
"moment": "^2.14.1",
"components-font-awesome": "^4.6.3",
"melonJS": "^3.1.0",
"pixi.js": "pixi#^3.0.11",
"angular-hotkeys": "angular-cfp-hotkeys#^1.7.0"
},
"devDependencies": {
"angular-mocks": "^1.4.0"
},
"appPath": "client/app",
"moduleName": "PokemonApp",
"overrides": {
"bootstrap": {
"main": [
"less/bootstrap.less",
"dist/css/bootstrap.css",
"dist/js/bootstrap.js"
]
},
"SHA-1": {
"main": [
"sha1.js"
]
},
"jquery-ui": {
"main": [
"jquery-ui.min.js"
]
}
},
"resolutions": {
"angular": "1.5.8"
}
}