smartinteract/package.json
2016-11-20 22:34:36 +01:00

39 lines
876 B
JSON

{
"name": "smartinteract",
"version": "1.0.1",
"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.31",
"@types/node": "^6.0.48",
"@types/q": "0.0.32",
"inquirer": "^1.2.3",
"lik": "^1.0.27",
"q": "^1.4.1",
"typings-global": "^1.0.14"
},
"devDependencies": {
"@types/should": "^8.1.30",
"should": "^11.1.1",
"typings-test": "^1.0.3"
}
}