smartcli/package.json

48 lines
1.4 KiB
JSON
Raw Normal View History

2015-10-04 21:21:10 +00:00
{
"name": "smartcli",
2016-10-14 23:01:25 +00:00
"version": "1.0.11",
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",
2016-06-10 00:27:04 +00:00
"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",
2016-06-09 12:01:06 +00:00
"url": "https://gitlab.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": {
2016-06-09 12:01:06 +00:00
"url": "https://gitlab.com/pushrocks/smartcli/issues"
2015-10-04 21:21:10 +00:00
},
2016-06-09 12:01:06 +00:00
"homepage": "https://gitlab.com/pushrocks/smartcli",
2015-10-05 21:33:57 +00:00
"dependencies": {
2016-08-26 09:52:09 +00:00
"@types/inquirer": "0.x.x",
"@types/q": "0.x.x",
2016-09-04 15:23:29 +00:00
"@types/yargs": "0.x.x",
2016-10-14 23:01:22 +00:00
"beautylog": "^5.0.23",
"inquirer": "^1.2.2",
"lik": "^1.0.24",
"q": "^1.4.1",
2016-08-26 07:21:42 +00:00
"smartparam": "0.1.1",
2016-10-14 23:01:22 +00:00
"typings-global": "^1.0.14",
"yargs": "^6.0.0"
2015-10-05 21:33:57 +00:00
},
2015-10-04 21:21:10 +00:00
"devDependencies": {
2016-08-26 07:21:42 +00:00
"npmts-g": "^5.2.8",
2016-10-14 23:01:22 +00:00
"should": "^11.1.1",
"typings-test": "^1.0.3"
2015-10-04 21:21:10 +00:00
}
}