-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.09 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
{
"name": "zentralkern",
"version": "0.0.1",
"description": "core of zentrale",
"main": "index.coffee",
"scripts": {
"start": "node ./bin/zentralkern",
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/fdrei/zentralkern.git"
},
"keywords": [
"zen"
],
"author": "fdrei",
"license": "MIT",
"bugs": {
"url": "https://github.com/fdrei/zentralkern/issues"
},
"homepage": "https://github.com/fdrei/zentralkern",
"dependencies": {
"async": "^0.9.0",
"charm": "^1.0.0",
"cli-table": "^0.3.1",
"coffee-script": "^1.8.0",
"colors": "^1.0.3",
"commander": "^2.6.0",
"eventemitter2": "^0.4.14",
"imap": "^0.8.14",
"javascript-state-machine": "^2.3.2",
"moment": "^2.9.0",
"nedb": "^1.1.1",
"node-hipchat": "^0.4.5",
"pull-stream": "^2.26.0",
"q": "^1.1.2",
"stream-to-pull-stream": "^1.6.0",
"debug": "^2.1.1"
},
"devDependencies": {
"mocha": "^2.1.0"
},
"preferGlobal": "true",
"bin": {
"zentralkern": "./bin/zentralkern",
"zk": "./bin/zentralkern"
}
}