-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.04 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
{
"name": "cycada",
"homepage": "https://github.com/khrome/cycada",
"version": "0.0.3",
"main": "cycada.js",
"scripts": {
"postinstall": "cd scripts; ./download.sh",
"service-start": "cd scripts; ./run-opencyc-service.sh",
"service-stop": "cd scripts; ./stop-opencyc-service.sh",
"start": "cd scripts; ./run-opencyc.sh",
"stop": "cd scripts; ./stop-opencyc.sh"
},
"description": "OpenCYC 4 for node.js",
"keywords": [
],
"author": "Abbey Hawk Sparrow <@khrome> (http://patternweaver.com)",
"contributors": [],
"bugs": {
"url": "https://github.com/khrome/cycada/issues"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/khrome/cycada.git"
},
"dependencies": {
"lodash": "*",
"xml2js": "*",
"request": "*",
"async-objects": "*",
"xmldom": "*"
},
"devDependencies": {
"mocha": "*",
"should": "*"
},
"engines": {
"node": "*"
}
}