UNPKG

893 BJSONView Raw
1{
2 "name": "foreman",
3 "version": "1.2.1",
4 "homepage": "http://strongloop.github.io/node-foreman/",
5 "description": "Node Implementation of Foreman",
6 "author": "StrongLoop, Inc.",
7 "license": "MIT",
8 "keywords": [
9 "foreman",
10 "upstart",
11 "commandline",
12 "env",
13 "Procfile"
14 ],
15 "bin": {
16 "nf": "nf.js"
17 },
18 "scripts": {
19 "test": "tap test"
20 },
21 "dependencies": {
22 "commander": "~2.1.0",
23 "http-proxy": "~1.0.3",
24 "mu2": "~0.5.20",
25 "shell-quote": "~1.4.2"
26 },
27 "repository": {
28 "type": "git",
29 "url": "https://github.com/strongloop/node-foreman.git"
30 },
31 "bugs": {
32 "url": "https://github.com/strongloop/node-foreman/issues",
33 "email": "callback@strongloop.com"
34 },
35 "engines": {
36 "node": ">=0.6.9"
37 },
38 "preferGlobal": true,
39 "devDependencies": {
40 "tap": "~0.4.8",
41 "chai": "~1.9.1",
42 "rimraf": "~2.2.8"
43 }
44}