smartinteract/package.json
2017-07-28 14:30:57 +02:00

37 lines
809 B
JSON

{
"name": "smartinteract",
"version": "1.0.7",
"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": {
"@types/inquirer": "0.0.35",
"@types/q": "1.0.3",
"inquirer": "^3.2.1",
"lik": "^1.0.38",
"q": "^1.5.0",
"smartq": "^1.1.6",
"typings-global": "^1.0.20"
},
"devDependencies": {
"tapbundle": "^1.1.1"
}
}