-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
37 lines (37 loc) · 893 Bytes
/
package.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": "chateau",
"version": "0.3.17",
"description": "Data explorer for RethinkDB",
"main": "app.js",
"directories": {},
"scripts": {},
"repository": {
"type": "git",
"url": "git://github.com/neumino/chateau"
},
"keywords": [
"rethinkdb",
"dataexplorer"
],
"author": "Michel Tu <[email protected]> (http://justonepixel.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/neumino/chateau/issues"
},
"dependencies": {
"express": "3.3.4",
"jade": "= 1.0.2",
"rethinkdb": ">= 1.12.0-0",
"optimist": " >= 0.6.0",
"stream": ">= 0.0.1"
},
"devDependencies": {
"karma-script-launcher": "~0.1.0",
"karma-chrome-launcher": "~0.1.0",
"karma-html2js-preprocessor": "~0.1.0",
"karma": "~0.10.1",
"karma-firefox-launcher": "~0.1.0",
"karma-ng-scenario": "~0.1.0"
},
"bin": "./bin/chateau"
}