mirror of
https://github.com/danbulant/docker-compose
synced 2026-05-19 04:18:32 +00:00
59 lines
1.1 KiB
JSON
59 lines
1.1 KiB
JSON
{
|
|
"name": "docker-compose",
|
|
"version": "0.17.2",
|
|
"main": "index.js",
|
|
"typings": "index.d.ts",
|
|
"scripts": {
|
|
"test": "./node_modules/.bin/tape test",
|
|
"eslint": "./node_modules/.bin/eslint ."
|
|
},
|
|
"repository": {
|
|
"url": "git@github.com:PDMLab/docker-compose.git"
|
|
},
|
|
"keywords": [
|
|
"devops",
|
|
"devops-tools",
|
|
"docker",
|
|
"docker-compose",
|
|
"test",
|
|
"test-tools"
|
|
],
|
|
"author": "Alexander Zeitler <alexander.zeitler@pdmlab.com>",
|
|
"contributors": [
|
|
{
|
|
"name": "Ignatiev Mikhail"
|
|
},
|
|
{
|
|
"name": "Ezekiel Warren"
|
|
},
|
|
{
|
|
"name": "Palash Mondal"
|
|
},
|
|
{
|
|
"name": "MartinJLee"
|
|
},
|
|
{
|
|
"name": "Sergey Falinsky"
|
|
},
|
|
{
|
|
"name": "Lars Kumbier"
|
|
},
|
|
{
|
|
"name": "Paweł Niedzielski"
|
|
},
|
|
{
|
|
"name": "Jannis Pohlmann"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"description": "Manage docker-compose from Node.js",
|
|
"devDependencies": {
|
|
"composefile": "^0.3.0",
|
|
"dockerode": "^2.5.7",
|
|
"eslint": "^5.6.0",
|
|
"eslint-config-es": "^0.8.11",
|
|
"eslint-plugin-extended": "^0.2.0",
|
|
"tape": "^4.6.3",
|
|
"tape-promise": "^2.0.1"
|
|
}
|
|
}
|