jaredhanson/bootable

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "bootable",
  "version": "0.2.4",
  "description": "Easy application initialization for Node.js.",
  "keywords": [
    "boot",
    "init",
    "startup",
    "express"
  ],
  "author": {
    "name": "Jared Hanson",
    "email": "jaredhanson@gmail.com",
    "url": "http://www.jaredhanson.net/"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/jaredhanson/bootable.git"
  },
  "bugs": {
    "url": "http://github.com/jaredhanson/bootable/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "http://www.opensource.org/licenses/MIT"
    }
  ],
  "main": "./lib",
  "dependencies": {
    "bootable-di": "0.1.x",
    "scripts": "0.1.x",
    "debug": "0.7.x"
  },
  "devDependencies": {
    "mocha": "1.x.x",
    "chai": "1.x.x"
  },
  "engines": {
    "node": ">= 0.4.0"
  },
  "scripts": {
    "test": "node_modules/.bin/mocha --reporter spec --require test/bootstrap/node test/*.test.js test/**/*.test.js"
  }
}