forked from HFScode/zspin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
41 lines (41 loc) · 949 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
{
"name": "zspin",
"main": "index.js",
"version": "0.3.2",
"authors": [
"godric <[email protected]>",
"vik <[email protected]>"
],
"moduleType": [
"node"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.3.15",
"angular-route": "~1.3.6",
"skeleton": "~2.0.1",
"jquery": "~2.1.3",
"gsap": "~1.15.0",
"ng-load": "~1.0.1",
"ng-resize": "~1.1.0",
"jswheel": "https://github.com/vikbez/jswheel.git",
"angular-hotkeys": "chieffancypants/angular-hotkeys#~1.4.5",
"angular-toastr": "~1.3.1",
"angular-animate": "~1.3.15",
"json-formatter": "~0.2.7",
"angular-piwik": "ThoughtWorksInc/angular-piwik#duplicate-calls",
"jplayer": "~2.9.2",
"angular-translate-loader-static-files": "~2.7.2",
"angular-translate": "~2.7.2"
},
"resolutions": {
"angular": "1.3.11"
}
}