{
  "name": "adm",
  "version": "0.2.2",
  "description": "An application development and deployment manager.",
  "homepage": "",
  "author": {
    "name": "taoyuan",
    "email": "towyuan@outlook.com",
    "url": ""
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/taoyuan/adm.git"
  },
  "keywords": [
    "app",
    "development",
    "deployment",
    "manager",
    "node"
  ],
  "bin": {
    "adm": "./bin/adm.js"
  },
  "publishConfig": {
    "registry": "http://registry.npmjs.com"
  },
  "dependencies": {
    "adm-build": "latest",
    "adm-logger": "latest",
    "async": "^2.0.0-rc.2",
    "bluebird": "^3.3.4",
    "chalk": "^1.1.3",
    "debug": "^2.2.0",
    "fs-extra": "^0.26.7",
    "lodash": "^4.8.2",
    "needs": "^1.0.2",
    "node-dir": "^0.1.11",
    "node-inspector": "^0.12.7",
    "shelljs": "^0.6.0",
    "yamljs": "^0.2.7",
    "yargs": "^4.4.0"
  },
  "license": "MIT"
}
