forked from Ecotrust/wc-data-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
37 lines (37 loc) · 800 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
37
{
"name": "wc-data-registry",
"version": "0.0.0",
"homepage": "https://github.com/Ecotrust/wc-data-registry",
"authors": [
"Tim Glaser <tim.glaser@ecotrust.org>"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"test",
"tests"
],
"dependencies": {
"jquery": "2.0.3",
"angular": "1.2.0-rc.1",
"angular-ui": "0.4.0",
"json3": "3.2.5",
"es5-shim": "2.1.0",
"underscore": "1.5.1",
"angular-sanitize": "1.0.7",
"angular-resource": "1.0.7",
"angular-cookies": "1.0.7",
"bootstrap": "2.3.2",
"font-awesome": "3.2.1",
"respond": "1.2.0",
"leaflet": "0.6.4",
"angular-leaflet": "0.6.0"
},
"devDependencies": {
"angular-mocks": "1.2.0-rc.1"
},
"resolutions": {
"angular": "1.2.0-rc.1"
}
}