tools/package.json

35 lines
739 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-02 02:23:45 +00:00
"version": "1.0.1",
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)"
},
"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": {
"npmts": "^3.3.2"
},
"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",
"smartcli": "0.0.11",
"smartfile": "0.0.11"
}
2016-02-29 03:22:06 +00:00
}