2015-10-04 21:21:10 +00:00
|
|
|
{
|
|
|
|
"name": "smartcli",
|
2015-10-07 22:49:15 +00:00
|
|
|
"version": "0.0.7",
|
2015-10-04 21:21:10 +00:00
|
|
|
"description": "nodejs wrapper for CLI related tasks",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "(cd ts/compile && gulp)",
|
|
|
|
"reinstall": "(rm -r node_modules && npm install)",
|
|
|
|
"release": "(git pull origin master && npm version patch && git push origin master && git checkout release && git merge master && git push origin release && git checkout master)",
|
|
|
|
"startdev": "(git checkout master && git pull origin master)"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2015-10-04 21:24:14 +00:00
|
|
|
"url": "https://github.com/pushrocks/smartcli.git"
|
2015-10-04 21:21:10 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"json",
|
|
|
|
"jade",
|
|
|
|
"template"
|
|
|
|
],
|
|
|
|
"author": "Smart Coordination GmbH <office@push.rocks> (https://push.rocks)",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2015-10-04 21:24:14 +00:00
|
|
|
"url": "https://github.com/pushrocks/smartcli/issues"
|
2015-10-04 21:21:10 +00:00
|
|
|
},
|
2015-10-04 21:24:14 +00:00
|
|
|
"homepage": "https://github.com/pushrocks/smartcli",
|
2015-10-05 21:33:57 +00:00
|
|
|
"dependencies": {
|
2015-10-12 11:15:41 +00:00
|
|
|
"beautylog": "0.0.13",
|
2015-10-05 21:33:57 +00:00
|
|
|
"cliff": "^0.1.10",
|
|
|
|
"inquirer": "^0.10.1",
|
|
|
|
"yargs": "^3.26.0"
|
|
|
|
},
|
2015-10-04 21:21:10 +00:00
|
|
|
"devDependencies": {
|
|
|
|
"gulp": "3.9.0",
|
|
|
|
"gulp-typescript": "2.9.2"
|
|
|
|
}
|
|
|
|
}
|