forked from owap/landscapes.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
47 lines (47 loc) · 1.08 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
46
47
{
"name": "landscapes.io",
"version": "0.0.1",
"main": "server.js",
"license": "Apache-2.0",
"authors": [
{
"name": "OpenWhere",
"homepage": "http://www.openwhere.com"
},
{
"name": "Anbdy Heifetz",
"email": "aheifetz@openwhere.com"
},
{
"name": "Matthew Fincher",
"email": "mfincher@openwhere.com"
}
],
"homepage": "http://www.landscapes.io",
"repository": {
"type": "git",
"url": "git://github.com/OpenWhere/landscapes.io.git"
},
"dependencies": {
"angular": "1.2.x",
"json3": "3.x.x",
"es5-shim": "2.x.x",
"jquery": "1.x.x",
"bootstrap": "3.x.x",
"angular-resource": "1.2.x",
"angular-cookies": "1.2.x",
"angular-sanitize": "1.2.x",
"angular-route": "1.2.x",
"angular-bootstrap": "0.11.x",
"ng-file-upload": "~1.4.x",
"underscore": "~1.6.x",
"angular-underscore-module": "*",
"checklist-model": "~0.1.3",
"trNgGrid": "~3.0.3"
},
"devDependencies": {
"angular-mocks": "1.2.x",
"angular-scenario": "1.2.x"
},
"testPath": "test/client/spec"
}