forked from gamejolt/gamejolt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
40 lines (40 loc) · 1.32 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
{
"name": "game-jolt",
"version": "0.0.1",
"dependencies": {
"jquery": "2.1.3",
"lodash": "3.6.0",
"angular": "1.4.8",
"angular-sanitize": "1.4.8",
"angular-animate": "1.4.8",
"moment": "2.9.0",
"angular-ui-tree": "https://github.com/gamejolt/angular-ui-tree.git#master",
"angular-loading-bar": "0.6.0",
"angular-moment": "1.0.0-beta.3",
"angular-scroll": "0.6.4",
"angular-ui-router": "0.2.15",
"bootstrap-stylus": "https://github.com/hworld/bootstrap-stylus.git#master",
"angular-bootstrap": "https://github.com/angular-ui/bootstrap.git#0.12.1",
"angular-hotkeys": "https://github.com/chieffancypants/angular-hotkeys.git#1.4.2",
"ng-file-upload": "1.6.5",
"ua-parser-js": "0.7.3",
"jcrop": "0.9.12",
"ocLazyLoad": "1.0.9",
"angular-gettext": "https://github.com/gamejolt/angular-gettext.git#master",
"angular-ui-utils": "bower-keypress",
"angular-validation-match": "1.4.0",
"angular-hammer": "https://github.com/gamejolt/angular-hammer.git#master",
"hammerjs": "2.0.4",
"dexie": "1.2.0",
"Chart.js": "1.0.2",
"tc-angular-chartjs": "1.0.11",
"favico.js": "0.3.10",
"humanize-duration": "3.0.0",
"angular-inview": "1.5.6",
"angular-elastic": "2.5.1"
},
"resolutions": {
"moment": "2.9.0",
"angular": "1.4.8"
}
}