jaredhanson/connect-lrdd

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "connect-lrdd",
  "version": "0.1.1",
  "description": "Link-based Resource Descriptor Document (LRDD) middleware for Connect.",
  "keywords": [
    "connect",
    "express",
    "lrdd",
    "hostmeta",
    "host-meta",
    "webfinger"
  ],
  "author": {
    "name": "Jared Hanson",
    "email": "jaredhanson@gmail.com",
    "url": "http://www.jaredhanson.net/"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/jaredhanson/connect-lrdd.git"
  },
  "bugs": {
    "url": "http://github.com/jaredhanson/connect-lrdd/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "http://www.opensource.org/licenses/MIT"
    }
  ],
  "main": "./lib",
  "dependencies": {
    "multihash": "0.1.x"
  },
  "devDependencies": {
    "mocha": "1.x.x",
    "chai": "1.x.x",
    "chai-connect-middleware": "0.3.x"
  },
  "engines": {
    "node": ">= 0.4.0"
  },
  "scripts": {
    "test": "node_modules/.bin/mocha --reporter spec --require test/bootstrap/node test/*.test.js test/**/*.test.js"
  }
}