smartcli/package.json

43 lines
1.3 KiB
JSON
Raw Normal View History

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",
2016-05-23 02:09:06 +00:00
"main": "dist/index.js",
"typings":"dist/index.d.ts",
2015-10-04 21:21:10 +00:00
"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-23 02:09:06 +00:00
"beautylog": "^5.0.5",
2015-10-05 21:33:57 +00:00
"cliff": "^0.1.10",
2016-05-12 01:27:45 +00:00
"commander": "^2.9.0",
2016-05-10 01:18:40 +00:00
"inquirer": "^1.0.2",
"smartparam": "0.0.7",
2016-05-23 02:09:06 +00:00
"yargs": "^4.7.1"
2015-10-05 21:33:57 +00:00
},
2015-10-04 21:21:10 +00:00
"devDependencies": {
2016-05-23 02:09:06 +00:00
"npmts": "^5.1.11",
"should": "^8.4.0"
2015-10-04 21:21:10 +00:00
}
}