octoblu/christacheio

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "christacheio",
  "version": "3.1.1",
  "description": "Christacheio, a mustache with {{pizzaz}}",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "coffee-script": "^1.10.0",
    "debug": "^2.2.0",
    "escape-string-regexp": "^1.0.3",
    "lodash": "^4.15.0"
  },
  "devDependencies": {
    "chai": "^3.3.0",
    "coffee-coverage": "^0.6.3",
    "istanbul": "^0.3.20",
    "mocha": "^2.3.3",
    "mocha-istanbul": "^0.2.0",
    "sinon": "^1.17.0",
    "sinon-chai": "^2.8.0"
  },
  "scripts": {
    "test": "istanbul cover _mocha -- -R spec"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/octoblu/christacheio.git"
  },
  "keywords": [
    "Templating",
    "meshblu",
    "mustache"
  ],
  "author": "Octoblu, Inc.",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/octoblu/christacheio/issues"
  },
  "homepage": "https://github.com/octoblu/christacheio#readme"
}