npmci/package.json

43 lines
935 B
JSON
Raw Normal View History

2016-05-26 20:17:57 +00:00
{
"name": "npmci",
2016-06-09 01:42:25 +00:00
"version": "2.1.50",
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-06-07 08:21:56 +00:00
"npmts": "^5.2.5",
2016-06-05 11:01:45 +00:00
"should": "^9.0.0",
"typings-test": "^1.0.1"
2016-05-26 20:17:57 +00:00
},
"dependencies": {
"beautylog": "^5.0.8",
2016-05-26 20:17:57 +00:00
"commander": "^2.9.0",
2016-06-04 23:22:04 +00:00
"gulp": "^3.9.1",
"gulp-function": "^1.3.5",
2016-06-09 01:42:12 +00:00
"projectinfo": "^1.0.3",
2016-05-30 00:28:47 +00:00
"q": "^1.4.1",
2016-06-01 05:18:30 +00:00
"request": "^2.72.0",
2016-05-26 20:17:57 +00:00
"shelljs": "^0.7.0",
2016-05-29 20:54:59 +00:00
"smartfile": "^3.0.10",
"smartssh": "^1.0.5",
2016-06-05 07:42:08 +00:00
"smartstring": "^2.0.6",
"through2": "^2.0.1",
2016-05-26 20:17:57 +00:00
"typings-global": "^1.0.3"
}
}