34 lines
866 B
JSON
34 lines
866 B
JSON
{
|
|
"name": "dockersock",
|
|
"version": "1.0.0",
|
|
"description": "easy communication with docker from node, TypeScript ready",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"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",
|
|
"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",
|
|
"dependencies": {
|
|
"beautylog": "^5.0.10",
|
|
"q": "^1.4.1",
|
|
"request": "^2.72.0",
|
|
"typings-global": "^1.0.3"
|
|
}
|
|
}
|