{
  "name": "forever-service",
  "version": "0.5.11",
  "preferGlobal": "true",
  "description": "Provision node script as a service via forever, allowing it to automatically start on boot, working across various Linux distros and OS",
  "main": "lib/api.js",
  "dependencies": {
    "swig": "~1.4.2",
    "commander": "~2.3.0",
    "async": "~0.9.0",
    "shelljs": "~0.3.0",
    "walker": "~1.0.6"
  },
  "devDependencies": {
    "fs-extra": "^0.30.0",
    "mocha": "*",
    "should": "*"
  },
  "scripts": {
    "test": "mocha test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/zapty/forever-service.git"
  },
  "keywords": [
    "forever",
    "nodejs",
    "aws",
    "amazon",
    "linux",
    "initd",
    "service",
    "logrotate",
    "reboot",
    "start",
    "service",
    "amazon linux",
    "centos",
    "redhat",
    "debian",
    "raspbian",
    "ubuntu",
    "busenlabs"
  ],
  "bin": {
    "forever-service": "./bin/forever-service",
    "get-forever-config": "./bin/get-forever-config"
  },
  "author": "Arvind Agarwal",
  "bugs": {
    "url": "https://github.com/zapty/forever-service/issues"
  },
  "homepage": "https://github.com/zapty/forever-service"
}
