2016-11-20 00:11:22 +00:00
|
|
|
{
|
|
|
|
"name": "smartinteract",
|
2016-12-10 16:30:19 +00:00
|
|
|
"version": "1.0.3",
|
2016-11-20 00:11:22 +00:00
|
|
|
"description": "smart cli interaction",
|
|
|
|
"main": "dist/index.js",
|
|
|
|
"typings": "dist/index.d.ts",
|
|
|
|
"scripts": {
|
|
|
|
"test": "(npmts)"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+ssh://git@gitlab.com/pushrocks/smartinteract.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"interaction",
|
|
|
|
"cli"
|
|
|
|
],
|
|
|
|
"author": "Lossless GmbH",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://gitlab.com/pushrocks/smartinteract/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://gitlab.com/pushrocks/smartinteract#README",
|
|
|
|
"dependencies": {
|
2016-11-20 00:18:01 +00:00
|
|
|
"@types/inquirer": "0.0.31",
|
2016-11-20 00:11:22 +00:00
|
|
|
"@types/node": "^6.0.48",
|
|
|
|
"@types/q": "0.0.32",
|
2016-11-20 00:18:01 +00:00
|
|
|
"inquirer": "^1.2.3",
|
2016-11-20 00:11:22 +00:00
|
|
|
"lik": "^1.0.27",
|
|
|
|
"q": "^1.4.1",
|
|
|
|
"typings-global": "^1.0.14"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2016-11-20 21:34:36 +00:00
|
|
|
"@types/should": "^8.1.30",
|
|
|
|
"should": "^11.1.1",
|
2016-11-20 00:11:22 +00:00
|
|
|
"typings-test": "^1.0.3"
|
|
|
|
}
|
|
|
|
}
|