-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
35 lines (35 loc) · 899 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
{
"name": "ultra",
"version": "0.0.0",
"dependencies": {
"angular": ">=1.2.*",
"json3": "~3.2.6",
"es5-shim": "~2.1.0",
"jquery": "~1.11.0",
"bootstrap-sass-official": "~3.1.1",
"angular-resource": ">=1.2.*",
"angular-cookies": ">=1.2.*",
"angular-sanitize": ">=1.2.*",
"angular-route": ">=1.2.*",
"angular-marked": "Hypercubed/angular-marked",
"marked": "~0.2.10",
"lodash": "~2.4.1",
"angular-bootstrap": "~0.10.0",
"d3": "3.1.4",
"nvd3": "~1.1.15-beta",
"angularjs-nvd3-directives": "~0.0.7",
"angulartics": "~0.15.17",
"tinycolor": "~0.9.17",
"chroma-js": "~0.5.6",
"bootstrap-tagsinput": "~0.3.9",
"angular-typeahead": "~0.1.4"
},
"devDependencies": {
"angular-mocks": ">=1.2.*",
"angular-scenario": ">=1.2.*"
},
"testPath": "test/client/spec",
"resolutions": {
"d3": "3.1.4"
}
}