UNPKG

450 BJSONView Raw
1{
2 "name": "@croquiscom/croquis.deployer",
3 "version": "0.10.7",
4 "bin": {
5 "croquis_run": "./bin/run",
6 "croquis_deploy": "./bin/deploy",
7 "croquis_start": "./bin/start",
8 "croquis_stop": "./bin/stop",
9 "croquis_send_signal": "./bin/send_signal",
10 "croquis_logrotate": "./bin/logrotate"
11 },
12 "dependencies": {
13 "forever": "^0.15.3",
14 "js-yaml": "^3.10.0"
15 },
16 "devDependencies": {
17 "coffee-script": "^1.12.7"
18 }
19}