update structure

This commit is contained in:
2016-06-16 00:40:32 +02:00
parent 95608704e4
commit 1def03d840
8 changed files with 112 additions and 5 deletions

View File

@@ -1,10 +1,11 @@
{
"name": "dockersock",
"version": "1.0.0",
"description": "communicate with docker sock from node",
"description": "easy communication with docker from node, TypeScript ready",
"main": "dist/index.js",
"scripts": {
"test": "npmts"
"test": "npmts",
"testindocker":"npmts && docker-machine start default; eval \"$(docker-machine env default)\" && docker build -t test-image . && docker run test-image"
},
"repository": {
"type": "git",