From 198d823f01d9039e70bea95240c9f593407410df Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Tue, 14 Jun 2016 08:45:31 +0200 Subject: [PATCH] initial --- package.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..fcef27d --- /dev/null +++ b/package.json @@ -0,0 +1,26 @@ +{ + "name": "dockersock", + "version": "1.0.0", + "description": "communicate with docker sock from node", + "main": "dist/index.js", + "scripts": { + "test": "npmts" + }, + "repository": { + "type": "git", + "url": "git+ssh://git@gitlab.com/pushrocks/dockersock.git" + }, + "keywords": [ + "docker", + "sock", + "container", + "request", + "api" + ], + "author": "Lossless GmbH", + "license": "MIT", + "bugs": { + "url": "https://gitlab.com/pushrocks/dockersock/issues" + }, + "homepage": "https://gitlab.com/pushrocks/dockersock#README" +}