{
  "name": "blue-tape",
  "version": "1.0.0",
  "description": "Tape test runner with promise support",
  "main": "blue-tape.js",
  "bin": {
    "blue-tape": "./bin/blue-tape.js"
  },
  "scripts": {
    "test": "standard && node test/index.js"
  },
  "keywords": [
    "tape",
    "bluebird",
    "promises"
  ],
  "author": "spion",
  "license": "MIT",
  "dependencies": {
    "tape": ">=2.0.0 <5.0.0"
  },
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/spion/blue-tape.git"
  },
  "bugs": {
    "url": "https://github.com/spion/blue-tape/issues"
  },
  "devDependencies": {
    "bl": "^1.0.0",
    "bluebird": "^2.1.2",
    "standard": "*"
  }
}
