chrisns/sails-reverse-routing

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "sails-reverse-routing",
  "version": "1.0.0",
  "description": "Reversible router for sails.",
  "keywords": [
    "reversible",
    "sails"
  ],
  "author": [
    {
      "name": "Chris Nesbitt-Smith",
      "email": "chris@cns.me.uk"
    },
    {
      "name": "Oystein Nilsen",
      "email": "oysteinnil@gmail.com"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/chrisns/sails-reverse-routing.git"
  },
  "bugs": {
    "url": "http://github.com/chrisns/sails-reverse-routing/issues"
  },
  "license": "MIT",
  "sails": {
    "isHook": true
  },
  "main": "./lib",
  "dependencies": {
    "lodash": "^4.17.4",
    "sails-util": "^0.11.0"
  },
  "devDependencies": {
    "chai": "^4.1.2",
    "coveralls": "^3.0.0",
    "istanbul": "^0.4.0",
    "mocha": "^4.0.0",
    "mocha-lcov-reporter": "^1.0.0",
    "rewire": "^2.4.0",
    "sinon": "^4.0.0",
    "sinon-chai": "^2.8.0"
  },
  "engines": {
    "node": ">= 0.4.0"
  },
  "scripts": {
    "test": "./node_modules/.bin/istanbul cover _mocha",
    "coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"
  }
}