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": {
|
2016-03-03 01:04:14 +00:00
|
|
|
"npmts": "^3.3.2",
|
|
|
|
"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",
|
|
|
|
"smartfile": "0.0.11"
|
|
|
|
}
|
2016-02-29 03:22:06 +00:00
|
|
|
}
|