-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.7 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "gcs",
"description": "Groonga CloudSearch",
"version": "1.6.1",
"author": "Groonga CloudSearch project <gcs@groonga.org>",
"license": "MIT",
"keywords": ["Amazon CloudSearch", "groonga", "fulltext", "search", "database"],
"homepage": "http://gcs.groonga.org",
"repository": {
"type": "git",
"url": "git://github.com/groonga/gcs.git"
},
"bugs": {
"url": "http://github.com/groonga/gcs/issues"
},
"devDependencies": {
"mocha": "",
"chai": ""
},
"dependencies": {
"awssum-amazon-cloudsearch": "",
"commander": "",
"dateformat": "",
"express": "",
"jade": "",
"jsdeferred": "",
"mkdirp": "",
"node-uuid": "",
"nroonga": "",
"winston": "",
"xml2js": "",
"xmlbuilder": ""
},
"scripts": {
"test": "NODE_ENV=test ./node_modules/.bin/mocha --reporter list --ui tdd --timeout 5s",
"start": "./bin/gcs",
"acs": "tools/run-scenarios --scenarios test/scenarios/configuration --acs --output-directory test/response/configuration"
},
"bin": {
"gcs": "./bin/gcs",
"gcs-create-domain": "./bin/gcs-create-domain",
"gcs-delete-domain": "./bin/gcs-delete-domain",
"gcs-describe-domain": "./bin/gcs-describe-domain",
"gcs-configure-fields": "./bin/gcs-configure-fields",
"gcs-configure-from-sdf": "./bin/gcs-configure-from-sdf",
"gcs-configure-text-options": "./bin/gcs-configure-text-options",
"gcs-index-documents": "./bin/gcs-index-documents",
"gcs-import-examples": "./bin/gcs-import-examples",
"gcs-configure-default-search-field": "./bin/gcs-configure-default-search-field",
"gcs-post-sdf": "./bin/gcs-post-sdf"
},
"main": "./lib/server",
"engines": {
"node": ">= 0.8"
}
}