docker/package.json

34 lines
866 B
JSON
Raw Normal View History

2016-06-14 06:45:31 +00:00
{
"name": "dockersock",
"version": "1.0.0",
2016-06-15 22:40:32 +00:00
"description": "easy communication with docker from node, TypeScript ready",
2016-06-14 06:45:31 +00:00
"main": "dist/index.js",
"scripts": {
2016-06-15 22:40:32 +00:00
"test": "npmts",
"testindocker":"npmts && docker-machine start default; eval \"$(docker-machine env default)\" && docker build -t test-image . && docker run test-image"
2016-06-14 06:45:31 +00:00
},
"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"
},
2016-06-14 07:17:07 +00:00
"homepage": "https://gitlab.com/pushrocks/dockersock#README",
"dependencies": {
"beautylog": "^5.0.10",
"q": "^1.4.1",
"request": "^2.72.0",
"typings-global": "^1.0.3"
}
2016-06-14 06:45:31 +00:00
}