easy-website-generator/ewg-config

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "ewg-config",
  "version": "1.0.2",
  "description": "ewg config module",
  "main": "index.js",
  "scripts": {
    "test": "mocha --colors --recursive --compilers coffee:coffee-script/register"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/easy-website-generator/ewg-config.git"
  },
  "keywords": [
    "easy-website-generator",
    "config"
  ],
  "author": "Creative-Workflow",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/easy-website-generator/ewg-config/issues"
  },
  "homepage": "https://github.com/easy-website-generator/ewg-config#readme",
  "dependencies": {
    "coffee-script": "^1.10.0",
    "ewg-logging": "*",
    "js-yaml": "^3.5.2"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "mocha": "^2.4.5",
    "mocha-sinon": "^1.1.5",
    "sinon": "^1.17.3"
  }
}