{
  "name": "plating",
  "version": "0.0.8",
  "description": "Simple JS Templating",
  "main": "index.js",
  "directories": {
    "lib": "lib",
    "test": "tests"
  },
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha \"tests/**/*.spec.js\"",
    "cover": "NODE_ENV=test ./node_modules/nyc/bin/nyc.js --all npm test",
    "coverhtml": "NODE_ENV=test ./node_modules/nyc/bin/nyc.js --all --reporter=html npm test",
    "coverage": "NODE_ENV=test ./node_modules/nyc/bin/nyc.js npm test && ./node_modules/nyc/bin/nyc.js report --reporter=text-lcov | ./node_modules/coveralls/bin/coveralls.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/avodacs/plating.git"
  },
  "author": "Erickson G. Pece <erick@avodacs.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/avodacs/plating/issues"
  },
  "homepage": "https://github.com/avodacs/plating#readme",
  "devDependencies": {
    "chai": "^4.1.2",
    "coveralls": "^3.0.0",
    "mocha": "^5.0.5",
    "nyc": "^13.1.0"
  },
  "dependencies": {}
}
