UNPKG

composefilev2

Version:

Create dynamic Docker Compose files using Node.js

39 lines (38 loc) 1.01 kB
{ "name": "composefilev2", "version": "0.2.3", "description": "Create dynamic Docker Compose files using Node.js", "main": "index.js", "scripts": { "test": "./node_modules/mocha/bin/mocha", "eslint": "./node_modules/eslint/bin/eslint.js . || true", "watch": "nodemon -x 'npm run eslint --silent'" }, "repository": { "type": "git", "url": "https://github.com/dprimenko/composefile.git" }, "keywords": [ "Docker", "Compose" ], "author": "David Primenko <davidprimenko@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/dprimenko/composefile/issues" }, "homepage": "https://github.com/dprimenko/composefile#readme", "engine": "node >= 4.0.0", "devDependencies": { "async": "^2.0.1", "eslint": "^2.13.1", "eslint-config-es": "^0.6.10", "eslint-plugin-extended": "^0.2.0", "eslint-plugin-mocha": "^3.0.0", "mocha": "^3.0.2" }, "dependencies": { "parser-yaml": "^0.1.1", "write-yaml": "^0.2.2" } }