2015-10-04 21:21:10 +00:00
|
|
|
{
|
|
|
|
"name": "smartcli",
|
2016-04-04 23:22:42 +00:00
|
|
|
"version": "0.0.13",
|
2015-10-04 21:21:10 +00:00
|
|
|
"description": "nodejs wrapper for CLI related tasks",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2016-03-14 06:12:00 +00:00
|
|
|
"test": "(npmts)",
|
|
|
|
"testm": "(cd ts/compile && gulp) && (node test.js jazz jam --awesome)",
|
2015-10-14 18:59:01 +00:00
|
|
|
"devTest": "(npm test) && (node test.js --test true)",
|
2015-10-04 21:21:10 +00:00
|
|
|
"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": {
|
2016-05-10 01:18:40 +00:00
|
|
|
"beautylog": "^4.1.6",
|
2015-10-05 21:33:57 +00:00
|
|
|
"cliff": "^0.1.10",
|
2016-05-10 01:18:40 +00:00
|
|
|
"inquirer": "^1.0.2",
|
2015-11-08 23:58:40 +00:00
|
|
|
"smartparam": "0.0.7",
|
2016-05-10 01:18:40 +00:00
|
|
|
"yargs": "^4.7.0"
|
2015-10-05 21:33:57 +00:00
|
|
|
},
|
2015-10-04 21:21:10 +00:00
|
|
|
"devDependencies": {
|
2016-05-10 01:18:40 +00:00
|
|
|
"npmts": "^5.1.5"
|
2015-10-04 21:21:10 +00:00
|
|
|
}
|
|
|
|
}
|