set up initial structure

This commit is contained in:
2016-03-02 01:34:48 +01:00
parent 12dbac57df
commit 1144fc9b27
18 changed files with 74 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "node-g",
"name": "npmg",
"version": "1.0.0",
"description": "setup your environment with the most important tools and update them easily.",
"main": "dist/index.js",
@@ -21,5 +21,13 @@
"bugs": {
"url": "https://github.com/GitZoneTools/node-g/issues"
},
"homepage": "https://github.com/GitZoneTools/node-g#readme"
"homepage": "https://github.com/GitZoneTools/node-g#readme",
"devDependencies": {
"npmts": "^3.3.2"
},
"dependencies": {
"q": "^1.4.1",
"smartcli": "0.0.11",
"smartfile": "0.0.11"
}
}