forked from fantasyni/pomelo-daemon
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 753 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 753 Bytes
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
{
"name": "pomelo-daemon",
"version": "0.0.4",
"description": "provide daemon process service for pomelo to deploy in distributed environments",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "",
"keywords": [
"daemon",
"pomelo",
"deploy"
],
"bin": {
"pomelo-daemon": "./bin/pomelo-daemon"
},
"dependencies":{
"optimist": ">=0.6.0",
"cliff" : ">=0.1.8",
"pomelo-logger" : "0.1.x",
"express" : ">=2.5.0",
"request" : ">=2.1.0",
"async" : ">=0.2.0",
"hawk" : "1.0.0",
"mongodb": "1.3.12",
"tail": "0.3.1",
"event-stream": "3.0.16",
"pomelo-schedule": "0.3.6"
},
"author": "fantasyni",
"license": "MIT"
}