tbranyen/combyne

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "combyne",
  "description": "A template engine that works the way you expect.",
  "version": "2.0.0",
  "author": "Tim Branyen (@tbranyen)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/tbranyen/combyne.git"
  },
  "main": "dist/combyne.js",
  "devDependencies": {
    "amdefine": "^1.0.0",
    "browserify": "^11.0.1",
    "browserify-derequire": "^0.9.4",
    "dateformat": "^1.0.11",
    "deamdify": "^0.1.1",
    "grunt": "^0.4.5",
    "grunt-browserify": "^4.0.0",
    "grunt-cli": "^0.1.13",
    "grunt-contrib-jshint": "^0.11.2",
    "grunt-karma": "^0.12.0",
    "grunt-karma-coveralls": "^2.5.4",
    "grunt-simple-mocha": "^0.4.0",
    "jsdoc": "^3.3.2",
    "json3": "^3.3.1",
    "karma": "^0.13.9",
    "karma-coverage": "^0.5.0",
    "karma-mocha": "^0.2.0",
    "karma-phantomjs-launcher": "^0.2.1",
    "mocha": "^2.2.5",
    "phantomjs": "^1.9.18",
    "requirejs": "^2.1.10"
  },
  "scripts": {
    "test": "grunt test",
    "ci": "grunt test coveralls",
    "doc": "jsdoc -r -d docs/ lib/ README.md"
  }
}