-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbower.json
34 lines (34 loc) · 883 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
{
"name": "openaidNL",
"version": "0.0.0",
"homepage": "https://github.com/zimmerman-zimmerman/openaidNL",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap": "~3.3.5",
"angular-bootstrap-slider": "~0.1.20",
"leaflet": "~0.7.7",
"nvd3": "~1.8.1",
"angular-nvd3": "~1.0.3",
"ngInfiniteScroll": "~1.2.1",
"angular-cookies": "~1.4.7",
"angulartics": "~0.20.2",
"angulartics-google-analytics": "~0.1.2",
"angular-route": "~1.4.7",
"angular-animate": "~1.4.7",
"angular-resource": "~1.4.7",
"angular-auto-focus": "~1.0.4",
"angular-breadcrumb": "~0.4.1",
"angular-cors-ie9": "*",
"angular": "~1.4.8",
"api-check": "~7.5.5",
"angular-formly": "~7.3.9",
"angular-formly-templates-bootstrap": "~6.2.0"
}
}