poe
Version:
CLI for poe
45 lines (44 loc) • 958 B
JSON
{
"name": "poe",
"version": "1.6.4",
"description": "CLI for poe",
"main": "index.js",
"bin": {
"poe": "bin/poe",
"poe-config": "bin/poe-config",
"poe-create": "bin/poe-create",
"poe-help": "bin/poe-help",
"poe-start": "bin/poe-start"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/poegroup/cli.git"
},
"keywords": [
"poe"
],
"author": "Michael Andrew Vanasse <mail@mndvns.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/poegroup/cli/issues"
},
"homepage": "https://github.com/poegroup/cli",
"dependencies": {
"change-case": "^2.3.0",
"commander": "^2.6.0",
"debug": "^2.1.1",
"fs-extra": "^0.30.0",
"minstache": "^1.2.0",
"rc": "^0.5.5",
"shelljs": "^0.3.0",
"win-fork": "^1.1.1"
},
"devDependencies": {
"mocha": "^2.1.0",
"should": "^4.6.1",
"suppose": "^0.3.0"
}
}