{
  "name": "development",
  "description": "nodejs module to allow for automated tasks on remote server like git pull, npm install and other tasks",
  "version": "0.0.6",
  "directories": {
    "lib": "./lib"
  },
  "main": "index.js",
  "author": "nihaopaul <nihaopaul@gmail.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/nihaopaul/development.git"
  },
  "keywords": [
    "git",
    "npm",
    "development",
    "remote"
  ],
  "engines": {
    "node": "*"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/nihaopaul/development/raw/master/LICENSE"
    }
  ],
  "dependencies": {
    "npm": "^1.4.23"
  }
}
