2016-06-14 06:45:31 +00:00
|
|
|
{
|
|
|
|
"name": "dockersock",
|
2016-06-15 23:35:40 +00:00
|
|
|
"version": "1.0.2",
|
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-16 00:41:17 +00:00
|
|
|
"test": "npmts testindocker"
|
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-15 22:45:43 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2016-06-15 23:56:53 +00:00
|
|
|
"npmts-g": "^5.2.6",
|
|
|
|
"should": "^9.0.2",
|
|
|
|
"typings-test": "^1.0.1"
|
2016-06-14 07:17:07 +00:00
|
|
|
}
|
2016-06-14 06:45:31 +00:00
|
|
|
}
|