forked from snxraven/autoinstallers
22 lines
453 B
JSON
22 lines
453 B
JSON
|
{
|
||
|
"name": "cmd-promise",
|
||
|
"version": "1.2.0",
|
||
|
"description": "Node command line interface with a simple Promise based API.",
|
||
|
"main": "cmd-promise.js",
|
||
|
"scripts": {
|
||
|
"test": ""
|
||
|
},
|
||
|
"author": {
|
||
|
"name": "Stephen Last",
|
||
|
"email": "stephen.last@gmail.com"
|
||
|
},
|
||
|
"license": "MIT",
|
||
|
"devDependencies": {
|
||
|
"semver": "^5.3.0"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/stephen-last/cmd-promise.git"
|
||
|
}
|
||
|
}
|