UNPKG

condensation

Version:

Package, reuse and share particles for CloudFormation projects

72 lines (71 loc) 1.71 kB
{ "name": "condensation", "version": "0.5.6", "publishConfig": { "tag": "latest" }, "description": "Package, reuse and share particles for CloudFormation projects", "main": "index.js", "scripts": { "test": "mocha \"./test/**/*.test.js\" --timeout 45000", "postinstall": "node scripts/postinstall.js" }, "repository": { "type": "git", "url": "git+https://github.com/sungardas/condensation.git" }, "author": "Kevin McGrath <kevin.mcgrath@sungardas.com>", "dependencies": { "aws-sdk": "^2.5.2", "backlog": "0.0.3", "backoff": "^2.5.0", "del": "^2.2.2", "event-stream": "^3.3.4", "fs-extra": "^0.30.0", "glob": "^7.0.5", "graceful-fs": "^4.1.6", "gray-matter": "^2.0.2", "gulp": "^3.9.1", "gulp-cached": "^1.1.0", "gulp-if": "^2.0.1", "gulp-rename": "^1.2.2", "gulp-util": "^3.0.7", "handlebars": "^4.0.5", "lodash": "^4.15.0", "merge-stream": "^1.0.0", "rimraf": "^2.5.4", "s3": "^4.4.0", "slash": "^1.0.0", "through2": "^2.0.1", "vinyl": "^1.2.0" }, "license": "Apache-2.0", "keywords": [ "condensation", "aws", "cloudformation" ], "bugs": { "url": "https://github.com/sungardas/condensation/issues" }, "homepage": "https://github.com/sungardas/condensation", "devDependencies": { "async": "^2.0.1", "clone": "^1.0.2", "condensation-particle-tests": "^0.5.2", "coveralls": "^2.11.12", "istanbul": "^0.4.4", "mocha": "^3.0.2", "semver": "^5.3.0" }, "engines": { "node": ">0.12.0", "iojs": "*" }, "engineStrict": true, "engine-strict": true, "directories": { "doc": "docs", "test": "test" } }