forked from marcorinck/ngStart
-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
36 lines (36 loc) · 918 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
{
"name": "ngStart",
"homepage": "https://github.com/alertlogic/ngStart",
"main": "src/main/",
"ignore": [
".jshintrc",
"**/*.txt"
],
"dependencies": {
"almond": "0.2.9",
"angular": "1.2.23",
"angular-animate": "~1.2.23",
"angular-resource": "~1.2.23",
"angular-route": "1.2.23",
"angular-sanitize": "~1.2.23",
"angular-ui-router": "~0.2.10",
"angular-ui-utils": "bower",
"bootstrap": "~3.1.1",
"angular-bootstrap": "0.11.0",
"ng-grid": "2.0.12",
"requirejs": "2.1.14",
"jquery": "~2.1.0",
"angular-gettext": "~1.1.0",
"angular-local-storage": "[email protected]:grevory/angular-local-storage.git#~0.0.7",
"angular-ui-select": "~0.6.0",
"d3": "3.4.11",
"angularjs-nvd3-directives": "~0.0.7",
"angulartics": "0.16.4"
},
"devDependencies": {
"angular-mocks": "~1.2.23"
},
"resolutions": {
"d3": "~3.4.11"
}
}