{
  "name": "pnark",
  "version": "1.0.1",
  "description": "get insight into what's happening on your server during the lifecycle of a request",
  "main": "index.js",
  "scripts": {
    "test": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --ui bdd --reporter spec ./test",
    "coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mlrawlings/pnark.git"
  },
  "author": "mlrawlings",
  "license": "MIT",
  "devDependencies": {
    "chai": "^3.5.0",
    "coveralls": "^2.11.9",
    "express": "^4.13.4",
    "istanbul": "^0.4.3",
    "jsdom": "^9.0.0",
    "mocha": "^2.4.5",
    "mockdate": "^1.0.4",
    "request": "^2.72.0"
  },
  "dependencies": {
    "escodegen": "^1.8.0",
    "lave": "^1.1.10",
    "marked": "^0.3.5",
    "mkdirp": "^0.5.1",
    "pretty": "^1.0.0",
    "time-ms": "^1.0.0"
  }
}
