{
  "name": "cli-cent",
  "version": "1.0.0",
  "description": "cli creation for react redux boiler plate",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "tags" : ["react","redux","boiler plate", "cli"],
  "files": ["index.js","templates"],
  "author": "vincent de torres",
  "license": "ISC",
  "bin": {
    "v": "./index.js"
  },
  "dependencies": {
    "commander": "^2.9.0",
    "mustache": "^2.2.1",
    "promise": "^7.1.1"
  }
}
