2016-06-14 06:45:31 +00:00
|
|
|
{
|
|
|
|
"name": "dockersock",
|
2016-08-03 10:21:26 +00:00
|
|
|
"version": "1.0.19",
|
2016-07-28 17:41:14 +00:00
|
|
|
"description": "easy communication with docker remote api from node, TypeScript ready",
|
2016-06-14 06:45:31 +00:00
|
|
|
"main": "dist/index.js",
|
2016-07-11 15:24:00 +00:00
|
|
|
"typings": "dist/index.d.ts",
|
2016-06-14 06:45:31 +00:00
|
|
|
"scripts": {
|
2016-07-28 17:38:26 +00:00
|
|
|
"test": "npmdocker"
|
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": {
|
2016-08-03 10:19:54 +00:00
|
|
|
"@types/q": "0.x.x",
|
|
|
|
"@types/request": "0.x.x",
|
2016-08-03 10:21:07 +00:00
|
|
|
"beautylog": "^5.0.20",
|
|
|
|
"lik": "^1.0.9",
|
2016-06-14 07:17:07 +00:00
|
|
|
"q": "^1.4.1",
|
2016-07-31 19:05:41 +00:00
|
|
|
"request": "^2.74.0",
|
2016-07-12 11:36:34 +00:00
|
|
|
"rxjs": "^5.0.0-beta.10",
|
2016-07-15 10:52:33 +00:00
|
|
|
"typings-global": "^1.0.6"
|
2016-06-15 22:45:43 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2016-07-31 19:05:41 +00:00
|
|
|
"npmts-g": "^5.2.8",
|
|
|
|
"should": "^10.0.0",
|
2016-06-15 23:56:53 +00:00
|
|
|
"typings-test": "^1.0.1"
|
2016-06-14 07:17:07 +00:00
|
|
|
}
|
2016-06-14 06:45:31 +00:00
|
|
|
}
|