forked from tralamazza/node-foreman
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 757 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 757 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
34
35
36
37
{
"name": "foreman",
"version": "0.0.34",
"homepage": "http://nodefly.github.com/node-foreman/",
"description": "Node Implementation of Foreman",
"main": "index.js",
"author": "Jacob Groundwater",
"license": "BSD",
"keywords": [
"foreman",
"upstart",
"commandline",
"env",
"Procfile"
],
"bin": {
"nf": "nf.js"
},
"dependencies": {
"colors": "latest",
"commander": "latest",
"mu2": "latest",
"http-proxy": "latest"
},
"repository": {
"type": "git",
"url": "https://github.com/NodeFly/node-foreman.git"
},
"bugs": {
"url": "https://github.com/NodeFly/node-foreman/issues",
"email": "jacob@nodefly.com"
},
"engines": {
"node": ">=0.6.9"
},
"preferGlobal": true
}