{
  "name": "dadi-web-mustachejs",
  "version": "1.1.1",
  "description": "A Mustache.js interface for DADI Web",
  "main": "index.js",
  "scripts": {
    "test": "snazzy 'index.js' && env NODE_ENV=test ./node_modules/.bin/istanbul cover --report cobertura --report text --report html --report lcov ./node_modules/mocha/bin/_mocha test",
    "posttest": "./scripts/coverage.js",
    "semantic-release": "semantic-release pre && npm publish && semantic-release post"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jimlambie/dadi-web-mustachejs.git"
  },
  "keywords": [
    "dadi",
    "web",
    "mustache",
    "mustache.js",
    "template",
    "dadi-web-engine"
  ],
  "author": "James Lambie <jameslambie@gmail.com>",
  "bugs": {
    "url": "https://github.com/jimlambie/dadi-web-mustachejs/issues"
  },
  "homepage": "https://github.com/jimlambie/dadi-web-mustachejs#readme",
  "dependencies": {
    "debug": "^2.6.6",
    "mustache": "^2.3.0",
    "require-dir": "^0.3.2"
  },
  "devDependencies": {
    "colors": "^1.1.2",
    "env-test": "^1.0.0",
    "html-looks-like": "^1.0.2",
    "istanbul": "latest",
    "istanbul-cobertura-badger": "^1.1.0",
    "mocha": "~3.2.0",
    "object-path": "^0.11.4",
    "semantic-release": "^6.3.6",
    "should": "~4.0.4",
    "sinon": "~1.17.6",
    "snazzy": "^6.0.0",
    "standard": "*"
  },
  "license": "MIT"
}