35 lines
745 B
JSON
35 lines
745 B
JSON
{
|
|
"name": "npmg",
|
|
"version": "1.0.1",
|
|
"description": "setup your environment with the most important tools and update them easily.",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"test": "(npmts)"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/GitZoneTools/node-g.git"
|
|
},
|
|
"keywords": [
|
|
"global",
|
|
"node",
|
|
"tools",
|
|
"update"
|
|
],
|
|
"author": "Lossless GmbH",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/GitZoneTools/node-g/issues"
|
|
},
|
|
"homepage": "https://github.com/GitZoneTools/node-g#readme",
|
|
"devDependencies": {
|
|
"npmts": "^3.3.2"
|
|
},
|
|
"dependencies": {
|
|
"beautylog": "^3.1.2",
|
|
"q": "^1.4.1",
|
|
"smartcli": "0.0.11",
|
|
"smartfile": "0.0.11"
|
|
}
|
|
}
|