tools/package.json

40 lines
831 B
JSON
Raw Normal View History

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