jaredhanson/chai-locomotive-helpers

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "chai-locomotive-helpers",
  "version": "0.1.0",
  "description": "Helpers for testing Locomotive helpers with the Chai assertion library.",
  "keywords": [
    "chai",
    "locomotive",
    "helper",
    "helpers"
  ],
  "author": {
    "name": "Jared Hanson",
    "email": "jaredhanson@gmail.com",
    "url": "http://www.jaredhanson.net/"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/jaredhanson/chai-locomotive-helpers.git"
  },
  "bugs": {
    "url": "http://github.com/jaredhanson/chai-locomotive-helpers/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "http://www.opensource.org/licenses/MIT"
    }
  ],
  "main": "./lib",
  "dependencies": {
  },
  "devDependencies": {
    "mocha": "1.x.x",
    "chai": "1.x.x"
  },
  "engines": {
    "node": "*"
  },
  "scripts": {
    "test": "node_modules/.bin/mocha --reporter spec --require test/bootstrap/node test/*.test.js"
  }
}