daikiueda/htmlcommenttemplate

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "htmlcommenttemplate",
  "version": "0.0.8",
  "description": "HTML files updater with Comment format Template Tags. ( like Adobe Dreamweaver )",
  "main": "./lib/htmlcommenttemplate.js",
  "scripts": {
    "test": "node ./node_modules/mocha/bin/mocha ./test/*.test.js ./test/private/*.test.js -R spec",
    "test-cov": "node ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- ./test/*.test.js ./test/private/*.test.js -R spec"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/daikiueda/htmlcommenttemplate.git"
  },
  "keywords": [
    "HTML",
    "template",
    "Dreamweaver"
  ],
  "author": "daikiueda",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/daikiueda/htmlcommenttemplate/issues"
  },
  "homepage": "https://github.com/daikiueda/htmlcommenttemplate",
  "devDependencies": {
    "chai": "^3.5.0",
    "codeclimate-test-reporter": "^0.4.1",
    "coveralls": "^2.11.2",
    "istanbul": "^0.4.5",
    "mocha": "^3.2.0",
    "shelljs": "^0.7.7",
    "sinon": "^2.1.0"
  },
  "dependencies": {
    "cheerio": "^0.18.0",
    "entities": "^1.1.1",
    "globby": "^1.2.0",
    "lodash": "^3.5.0",
    "q": "^1.2.0"
  }
}