forked from swarmsim/swarm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
37 lines (37 loc) · 1.06 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
{
"name": "swarm",
"version": "0.0.0",
"dependencies": {
"angular": "~1.2.23",
"json3": "~3.3.1",
"es5-shim": "~3.1.0",
"jquery": "~1.11.1",
"bootstrap-sass-official": "~3.1.1",
"angular-resource": "~1.2.23",
"angular-cookies": "~1.2.23",
"angular-sanitize": "~1.2.23",
"angular-animate": "~1.2.23",
"angular-touch": "~1.2.23",
"angular-route": "~1.2.23",
"lodash": "~2.4.1",
"moment": "~2.8.1",
"tabletop": "~1.3.5",
"angulartics": "~0.15.20",
"sjcl": "~1.0.0",
"mathjs": "~0.26.0",
"lz-string": "*",
"numeral": "~1.5.3",
"konami-js": "*",
"angular-hotkeys": "chieffancypants/angular-hotkeys#~1.4.3",
"favico.js": "~0.3.5",
"seedrandom": "~2.3.11",
"decimal.js": "git://github.com/MikeMcl/decimal.js.git#~4.0.1",
"dropbox-datastores-1.0-latest": "https://www.dropbox.com/static/api/dropbox-datastores-1.0-latest.js",
"moment-duration-format": "~1.3.0"
},
"devDependencies": {
"angular-mocks": "~1.2.23",
"angular-scenario": "~1.2.23"
},
"appPath": "app"
}