package.json

Summary

Maintainability
Test Coverage
{
  "name": "van",
  "version": "0.0.4",
  "description": "All of your processes can pile into the van.",
  "main": "lib/index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/divshot/van.git"
  },
  "keywords": [
    "processes",
    "interleaving",
    "command-line"
  ],
  "bin": {
    "van": "bin/van"
  },
  "author": "Michael Bleigh",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/divshot/van/issues"
  },
  "homepage": "https://github.com/divshot/van",
  "dependencies": {
    "chalk": "^0.4.0",
    "lodash": "^2.4.1"
  },
  "devDependencies": {
    "mocha": "~1.18.2",
    "chai": "^1.9.1"
  }
}