-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.07 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": "hive-core",
"version": "0.8.2",
"description": "The hive.js server core",
"main": "index.js",
"dependencies": {
"through2": "2.x",
"mux-dmx": "0.0.x",
"duplexify": "3.x",
"nconf": "0.8.x",
"deap": "1.x",
"co": "4.x",
"koa": "0.21.x",
"koa-router": "5.x",
"koa-cash": "1.x",
"koa-conditional-get": "1.x",
"koa-etag": "2.x",
"koa-body": "1.x",
"jsonwebtoken": "5.x",
"mime-match": "1.x",
"log4js": "0.6.x",
"waterline": "0.10.x",
"queue": "3.x",
"umbilical": "*",
"obj-to-argv": "*",
"yargs": "3.x",
"gulf": "4.x"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hivejs/hive-core.git"
},
"keywords": [
"hive",
"hive.js",
"collaborate",
"etherpad",
"editor"
],
"author": "Marcel Klehr <[email protected]>",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/hivejs/hive-core/issues"
},
"homepage": "https://github.com/hivejs/hive-core#readme"
}