{
  "name": "eamp",
  "version": "1.0.1",
  "description": "node.js framework for ibu amp project",
  "main": "command/index.js",
  "scripts": {
    "start": "npm publish ."
  },
  "preferGlobal": true,
  "bin": {
    "eamp": "./command/index.js"
  },
  "author": {
    "name": "Jade",
    "email": "bdgoocci@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/Jade05/eamp/issues"
  },
  "license": "MIT",
  "dependencies": {
    "commander": "^2.7.1",
    "fs-extra": "^6.0.1",
    "shelljs": "^0.8.2"
  }
}
