2016-05-26 20:17:57 +00:00
|
|
|
{
|
|
|
|
"name": "npmci",
|
2016-09-20 10:43:42 +00:00
|
|
|
"version": "2.3.18",
|
2016-05-26 20:17:57 +00:00
|
|
|
"description": "",
|
|
|
|
"main": "dist/index.js",
|
2016-08-02 14:20:32 +00:00
|
|
|
"typings": "dist/index.d.ts",
|
2016-05-26 20:17:57 +00:00
|
|
|
"bin": {
|
|
|
|
"npmci": "dist/index.js"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2016-06-25 09:58:33 +00:00
|
|
|
"test": "(npmts) && (npm run testVersion)",
|
2016-06-25 09:58:38 +00:00
|
|
|
"testVersion": "node dist/index.js -v"
|
2016-05-26 20:17:57 +00:00
|
|
|
},
|
|
|
|
"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-08-02 14:20:32 +00:00
|
|
|
"npmts-g": "^5.2.8",
|
2016-09-04 15:56:56 +00:00
|
|
|
"should": "^11.1.0",
|
|
|
|
"typings-test": "^1.0.2"
|
2016-05-26 20:17:57 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2016-09-04 15:56:56 +00:00
|
|
|
"@types/lodash": "^4.14.34",
|
|
|
|
"@types/q": "0.x.x",
|
|
|
|
"@types/request": "0.x.x",
|
|
|
|
"@types/shelljs": "^0.3.30",
|
|
|
|
"beautylog": "^5.0.23",
|
2016-06-04 23:22:04 +00:00
|
|
|
"gulp": "^3.9.1",
|
2016-06-23 18:57:09 +00:00
|
|
|
"gulp-function": "^1.3.6",
|
2016-09-04 15:56:56 +00:00
|
|
|
"lodash": "^4.15.0",
|
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-08-02 14:20:32 +00:00
|
|
|
"request": "^2.74.0",
|
2016-09-04 15:56:56 +00:00
|
|
|
"shelljs": "^0.7.4",
|
|
|
|
"smartcli": "^1.0.9",
|
|
|
|
"smartfile": "^4.0.15",
|
2016-06-23 20:22:03 +00:00
|
|
|
"smartparam": "^0.1.1",
|
2016-09-04 11:42:22 +00:00
|
|
|
"smartsocket": "^1.1.4",
|
2016-06-26 14:18:17 +00:00
|
|
|
"smartssh": "^1.1.5",
|
2016-09-04 15:56:56 +00:00
|
|
|
"smartstring": "^2.0.17",
|
2016-06-05 00:17:55 +00:00
|
|
|
"through2": "^2.0.1",
|
2016-09-04 15:56:56 +00:00
|
|
|
"typings-global": "^1.0.14"
|
2016-05-26 20:17:57 +00:00
|
|
|
}
|
2016-08-02 14:20:35 +00:00
|
|
|
}
|