npmci/package.json

35 lines
718 B
JSON
Raw Normal View History

2016-05-26 20:17:57 +00:00
{
"name": "npmci",
2016-06-01 03:44:56 +00:00
"version": "2.0.7",
2016-05-26 20:17:57 +00:00
"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": {
2016-05-29 20:54:59 +00:00
"npmts": "^5.1.18"
2016-05-26 20:17:57 +00:00
},
"dependencies": {
2016-05-29 20:54:59 +00:00
"beautylog": "^5.0.6",
2016-05-26 20:17:57 +00:00
"commander": "^2.9.0",
2016-05-30 00:28:47 +00:00
"q": "^1.4.1",
2016-05-26 20:17:57 +00:00
"shelljs": "^0.7.0",
2016-05-29 20:54:59 +00:00
"smartfile": "^3.0.10",
2016-06-01 03:42:37 +00:00
"smartssh": "^1.0.4",
2016-05-26 20:17:57 +00:00
"typings-global": "^1.0.3"
}
}