SungardAS/condensation

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "condensation",
  "version": "0.6.10",
  "publishConfig": {
    "tag": "latest"
  },
  "description": "Package, reuse and share particles for CloudFormation projects",
  "main": "index.js",
  "scripts": {
    "test": "mocha \"./test/**/*.test.js\" --timeout 45000",
    "build-docs": "node ./bin/buildDocs.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sungardas/condensation.git"
  },
  "author": "Kevin McGrath <kevin.mcgrath@sungardas.com>",
  "dependencies": {
    "async": "^2.4.0",
    "aws-sdk": "^2.50.0",
    "backlog": "0.0.3",
    "backoff": "^2.5.0",
    "del": "^2.2.2",
    "event-stream": "^3.3.4",
    "fs-extra": "^3.0.1",
    "glob": "^7.1.1",
    "graceful-fs": "^4.1.11",
    "gray-matter": "^2.1.1",
    "gulp": "^3.9.1",
    "gulp-cached": "^1.1.1",
    "gulp-if": "^2.0.2",
    "gulp-rename": "^1.2.2",
    "gulp-util": "^3.0.8",
    "handlebars": "^4.0.8",
    "js-yaml": "^3.8.4",
    "lodash": "^4.17.4",
    "merge-stream": "^1.0.1",
    "rimraf": "^2.6.1",
    "s3": "^4.4.0",
    "shortid": "^2.2.8",
    "slash": "^1.0.0",
    "through2": "^2.0.3",
    "verror": "^1.10.0",
    "vinyl": "^2.0.2"
  },
  "license": "Apache-2.0",
  "keywords": [
    "condensation",
    "aws",
    "cloudformation"
  ],
  "bugs": {
    "url": "https://github.com/sungardas/condensation/issues"
  },
  "homepage": "https://github.com/sungardas/condensation",
  "devDependencies": {
    "clone": "^2.1.1",
    "condensation-particle-tests": "^0.5.4",
    "coveralls": "^2.13.1",
    "istanbul": "^0.4.5",
    "jsdoc-to-markdown": "^3.0.0",
    "mocha": "^3.4.1",
    "semver": "^5.3.0"
  },
  "engines": {
    "node": ">4",
    "iojs": "*"
  },
  "engineStrict": true,
  "engine-strict": true,
  "directories": {
    "doc": "docs",
    "test": "test"
  }
}