-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
executable file
·60 lines (60 loc) · 1.48 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
57
58
59
60
{
"name": "express-droonga",
"description": "A framework for building scalable realtime web API services for Express",
"version": "1.1.1",
"author": "Droonga project <droonga@groonga.org>",
"contributors": [
{
"name": "Daijiro MORI",
"email": "mori@groonga.org"
},
{
"name": "YUKI Hiroshi",
"email": "piro.outsider.reflex@gmail.com"
}
],
"repository": {
"type": "git",
"url": "git://github.com/droonga/express-droonga.git"
},
"license": "MIT",
"dependencies": {
"body-parser": "*",
"commander": "*",
"connect": "*",
"cookie": "*",
"download": "*",
"errorhandler": "*",
"fluent-logger": "*",
"inflection": "*",
"jade": "*",
"jsonparse": "*",
"less-middleware": ">=0.2",
"uber-cache": ">=2.0.0",
"method-override": "*",
"microtime": "*",
"msgpack": "*",
"q": "*",
"serf-rpc": "*",
"serve-static": "*",
"socket.io": ">=1.0",
"winston": "*"
},
"devDependencies": {
"express": ">=4.9",
"chai": "*",
"mocha": "*",
"nodemock": "*",
"socket.io-client": ">=1.0",
"supertest": "*"
},
"scripts": {
"express-droonga-report-live-engine-hosts": "./bin/express-droonga-report-live-engine-hosts",
"express-droonga-join-to-cluster": "./bin/express-droonga-join-to-cluster",
"test": "NODE_ENV=test ./node_modules/.bin/mocha --reporter list --ui tdd --timeout 5s --recursive"
},
"main": "index",
"engines": {
"node": ">=0.10"
}
}