2016-06-14 06:45:31 +00:00
|
|
|
{
|
2018-07-16 21:52:50 +00:00
|
|
|
"name": "@mojoio/docker",
|
2017-07-16 11:45:08 +00:00
|
|
|
"version": "1.0.23",
|
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": {
|
2018-07-16 21:52:50 +00:00
|
|
|
"test": "tsrun test/test.ts",
|
|
|
|
"build": "(npmts --notest && 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": {
|
2018-07-16 21:52:50 +00:00
|
|
|
"@pushrocks/lik": "^3.0.1",
|
|
|
|
"@pushrocks/smartlog": "^2.0.1",
|
|
|
|
"@pushrocks/smartpromise": "^2.0.5",
|
|
|
|
"@pushrocks/smartrequest": "^1.0.17",
|
|
|
|
"rxjs": "^6.2.2"
|
2016-06-15 22:45:43 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-07-16 21:52:50 +00:00
|
|
|
"@pushrocks/tapbundle": "^3.0.1"
|
|
|
|
},
|
|
|
|
"private": false
|
2016-06-14 06:45:31 +00:00
|
|
|
}
|