-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 797 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 797 Bytes
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
{
"name": "sdbnavigator",
"version": "2.0.11",
"description": "SdbNavigator is a free and open source Amazon SimpleDB Administration Interface. More info on http://www.kingsquare.nl/sdbnavigator",
"main": "app.js",
"dependencies": {
"wrench": "~1.3.9",
"bower": "^1.8.14"
},
"devDependencies": {
"grunt": "^1.6.1",
"grunt-cli": "*",
"grunt-contrib-connect": "4.0.0",
"grunt-prompt": "1.3.3"
},
"scripts": {
"build": "grunt build",
"start": "grunt",
"postinstall": "./node_modules/bower/bin/bower install --allow-root"
},
"repository": {
"type": "git",
"url": "git://github.com/Reggino/SdbNavigator.git"
},
"author": "",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/Reggino/SdbNavigator/issues"
}
}