npmci/package.json
2016-05-30 04:13:05 +02:00

34 lines
693 B
JSON

{
"name": "npmci",
"version": "1.0.14",
"description": "",
"main": "dist/index.js",
"bin": {
"npmci": "dist/index.js"
},
"scripts": {
"test": "(npmts)"
},
"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": "^5.1.18"
},
"dependencies": {
"beautylog": "^5.0.6",
"commander": "^2.9.0",
"q": "^1.4.1",
"shelljs": "^0.7.0",
"smartfile": "^3.0.10",
"typings-global": "^1.0.3"
}
}