jaredhanson/crane

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "crane",
  "version": "0.2.0",
  "description": "Diligent work queue for Node.js.",
  "keywords": [
    "queue",
    "mq",
    "job",
    "task",
    "work",
    "worker",
    "amqp"
  ],
  "author": {
    "name": "Jared Hanson",
    "email": "jaredhanson@gmail.com",
    "url": "http://www.jaredhanson.net/"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/jaredhanson/crane.git"
  },
  "bugs": {
    "url": "http://github.com/jaredhanson/crane/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "http://www.opensource.org/licenses/MIT"
    }
  ],
  "main": "./lib",
  "dependencies": {
    "configurable": "0.0.x",
    "urlpattern": "0.1.x",
    "utils-merge": "1.x.x",
    "utils-flatten": "1.x.x",
    "debug": "0.7.x"
  },
  "devDependencies": {
    "mocha": "1.x.x",
    "chai": "1.x.x"
  },
  "engines": {
    "node": ">= 0.4.0"
  },
  "scripts": {
    "test": "NODE_PATH=./lib node_modules/.bin/mocha --reporter spec --require test/node/bootstrap test/*.test.js"
  }
}