-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbower.json
41 lines (41 loc) · 919 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
38
39
40
41
{
"name": "groonga-admin",
"license": "LGPL-2.1+",
"main": "app/scripts/app.js",
"keywords": [
"groonga"
],
"ignore": [],
"authors": [
{
"name": "Kouhei Sutou",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://github.com/groonga/groonga-admin.git"
},
"dependencies": {
"angular": "~1.3.0",
"json3": "~3.3.1",
"es5-shim": "~3.1.0",
"bootstrap-sass-official": "~3.3.0",
"angular-resource": "~1.3.0",
"angular-cookies": "~1.3.0",
"angular-sanitize": "~1.3.0",
"angular-animate": "~1.3.0",
"angular-touch": "~1.3.0",
"angular-route": "~1.3.0",
"angular-ui-bootstrap-bower": "~0.12.0",
"angular-bootstrap-slider": "~0.0.8"
},
"devDependencies": {
"angular-mocks": "~1.3.0",
"angular-scenario": "~1.3.0"
},
"appPath": "app",
"resolutions": {
"angular": "~1.3.0"
}
}