add README

This commit is contained in:
Phil Kunz 2016-07-14 00:14:11 +02:00
parent 3c5c73246a
commit b74279c058
2 changed files with 19 additions and 2 deletions

5
README.md Normal file
View File

@ -0,0 +1,5 @@
# npmdocker
develop npm modules cross platform with docker
## Usage
npmdocker looks for a npmextra.json at the root of your directory and looks at the npmdocker portion of it.

View File

@ -1,7 +1,7 @@
{
"name": "npmdocker",
"version": "1.0.0",
"description": "develop modules cross platform by using docker",
"description": "develop npm modules cross platform with docker",
"main": "dist/index.js",
"directories": {
"test": "test"
@ -21,5 +21,17 @@
"bugs": {
"url": "https://gitlab.com/pushrocks/npmdocker/issues"
},
"homepage": "https://gitlab.com/pushrocks/npmdocker#README"
"homepage": "https://gitlab.com/pushrocks/npmdocker#README",
"devDependencies": {
"npmts-g": "^5.2.6",
"should": "^9.0.2",
"typings-test": "^1.0.1"
},
"dependencies": {
"beautylog": "^5.0.13",
"q": "^1.4.1",
"rxjs": "^5.0.0-beta.10",
"smartfile": "^4.0.10",
"typings-global": "^1.0.6"
}
}