-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 858 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
{
"name": "nroonga-httpd",
"description": "Yet another groonga http server implementation",
"version": "0.0.3",
"author": "Yoji Shidara <[email protected]>",
"keywords": ["groonga", "nroonga", "fulltext", "search", "database"],
"homepage" : "http://nroonga.github.com/",
"repository": {
"type": "git",
"url": "git://github.com/nroonga/nroonga-httpd.git"
},
"bugs": {
"url": "https://github.com/nroonga/nroonga-httpd/issues"
},
"dependencies": {
"nroonga":"",
"express":"",
"coffee-script":"",
"optimist":""
},
"devDependencies": {
"mocha": "",
"expect.js": ""
},
"scripts": {
"start": "./bin/nroonga-httpd",
"test": "./node_modules/mocha/bin/mocha --compilers coffee:coffee-script --colors --reporter spec test/*.test.*"
},
"bin": {
"nroonga-httpd": "./bin/nroonga-httpd"
}
}