tools/package.json
2016-03-14 05:19:01 +01:00

40 lines
831 B
JSON

{
"name": "npmg",
"version": "1.0.4",
"description": "setup your environment with the most important tools and update them easily.",
"main": "dist/index.js",
"scripts": {
"test": "(npmts)"
},
"bin": {
"npmg": "dist/cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GitZoneTools/npmg.git"
},
"keywords": [
"global",
"node",
"tools",
"update"
],
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://github.com/GitZoneTools/npmg/issues"
},
"homepage": "https://github.com/GitZoneTools/npmg#readme",
"devDependencies": {
"npmts": "^3.5.0",
"smartenv": "^1.2.0"
},
"dependencies": {
"beautylog": "^3.1.2",
"q": "^1.4.1",
"shelljs": "^0.6.0",
"smartcli": "0.0.11",
"smartfile": "1.0.1"
}
}