forked from swarmsim/swarm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
45 lines (45 loc) · 1.35 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
{
"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.9.0",
"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",
"bootswatch": "~3.3.2",
"jquery-cookie": "~1.4.1",
"javascript-flash-cookies": "~2.1.0",
"appcache-nanny": "~1.0.0",
"ravenjs": "~1.1.17",
"angular-google-chart": "~0.0.11",
"fontawesome": "~4.3.0",
"swarm-shared": "git://github.com/swarmsim/swarm-shared.git#master"
},
"devDependencies": {
"angular-mocks": "~1.2.23",
"angular-scenario": "~1.2.23"
},
"appPath": "app"
}