npmci/package.json
2016-07-18 16:57:52 +02:00

46 lines
1.0 KiB
JSON

{
"name": "npmci",
"version": "2.3.6",
"description": "",
"main": "dist/index.js",
"bin": {
"npmci": "dist/index.js"
},
"scripts": {
"test": "(npmts) && (npm run testVersion)",
"testVersion": "node dist/index.js -v"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/pushrocks/npmci.git"
},
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/pushrocks/npmci/issues"
},
"homepage": "https://gitlab.com/pushrocks/npmci#README",
"devDependencies": {
"npmts-g": "^5.2.6",
"should": "^10.0.0",
"typings-test": "^1.0.1"
},
"dependencies": {
"beautylog": "^5.0.14",
"gulp": "^3.9.1",
"gulp-function": "^1.3.6",
"lodash": "^4.13.1",
"projectinfo": "^1.0.3",
"q": "^1.4.1",
"request": "^2.73.0",
"shelljs": "^0.7.0",
"smartcli": "^1.0.4",
"smartfile": "^4.0.11",
"smartparam": "^0.1.1",
"smartssh": "^1.1.5",
"smartstring": "^2.0.15",
"through2": "^2.0.1",
"typings-global": "^1.0.6"
}
}