{
  "name": "sea",
  "version": "1.0.2",
  "description": "An object pool focused on ease of use and resiliency",
  "main": "index.js",
  "scripts": {
    "test": "node test",
    "check-cover": "istanbul check-coverage || echo coverage failed",
    "cover": "npm run test-cover -s && npm run check-cover -s",
    "lint": "eslint $(git ls-files | grep '.js$')",
    "test-cover": "istanbul cover --report html test.js",
    "view-cover": "open ./coverage/index.html"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/uber-node/sea.git"
  },
  "keywords": [
    "object",
    "pool"
  ],
  "author": "Russ Frank <rf@uber.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/uber-node/sea/issues"
  },
  "homepage": "https://github.com/uber-node/sea#readme",
  "devDependencies": {
    "eslint": "1.8.0",
    "eslint-config-perf-standard": "^2.1.1",
    "istanbul": "^0.4.5",
    "tape": "^4.6.0",
    "time-mock": "^0.1.4",
    "uber-licence": "^2.0.2"
  }
}
