npmci/package.json

31 lines
618 B
JSON
Raw Normal View History

2016-05-26 20:17:57 +00:00
{
"name": "npmci",
2016-05-26 20:23:48 +00:00
"version": "1.0.2",
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": {
"npmts": "^5.1.15"
},
"dependencies": {
"commander": "^2.9.0",
"shelljs": "^0.7.0",
"typings-global": "^1.0.3"
}
}