tools/package.json

41 lines
887 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",
2017-05-28 18:03:40 +00:00
"typings": "dist/index.d.ts",
2016-02-29 03:22:06 +00:00
"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": {
2017-05-28 18:03:40 +00:00
"tapbundle": "^1.0.13"
2016-03-02 00:34:48 +00:00
},
"dependencies": {
2017-05-28 18:03:40 +00:00
"beautylog": "^6.1.10",
"smartcli": "^2.0.7",
"smartenv": "^3.0.0",
"smartfile": "4.2.17",
"smartshell": "^1.0.6",
"typings-global": "^1.0.16"
2016-03-02 00:34:48 +00:00
}
2016-02-29 03:22:06 +00:00
}