{
  "name": "supply",
  "version": "0.0.4",
  "description": "Supply your library with plugin and middleware management",
  "main": "index.js",
  "scripts": {
    "100%": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
    "coverage": "istanbul cover ./node_modules/.bin/_mocha -- test.js",
    "test": "mocha test.js",
    "test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- test.js",
    "watch": "mocha --watch test.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bigpipe/supply"
  },
  "keywords": [
    "supply",
    "middleware",
    "ware",
    "layer",
    "union",
    "layers",
    "stack",
    "middle",
    "connect",
    "compose",
    "express",
    "flatiron"
  ],
  "author": "Arnout Kazemier",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bigpipe/supply/issues"
  },
  "devDependencies": {
    "assume": "0.0.x",
    "istanbul": "0.3.x",
    "mocha": "2.1.x",
    "pre-commit": "0.0.x"
  },
  "dependencies": {
    "dollars": "0.0.x",
    "extendible": "0.1.x",
    "fn.name": "1.0.x"
  },
  "pre-commit": ["coverage", "100%"]
}
