{
  "name": "bagpipes",
  "version": "0.2.2",
  "description": "Less code, more flow. Let's dance!",
  "main": "lib/index.js",
  "scripts": {
    "test": "mocha test/*",
    "coverage": "nyc npm test",
    "coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/apigee-127/bagpipes.git"
  },
  "keywords": [
    "swagger",
    "plumbing",
    "pipes"
  ],
  "author": "Scott Ganyo <sganyo@apigee.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/apigee-127/bagpipes/issues"
  },
  "homepage": "https://github.com/apigee-127/bagpipes",
  "dependencies": {
    "async": "^1.4.2",
    "debug": "^2.1.2",
    "jspath": "^0.3.1",
    "lodash": "^4.17.10",
    "machinepack-http": "^8.0.0",
    "mustache": "^2.1.3",
    "pipeworks": "^1.3.0"
  },
  "devDependencies": {
    "coveralls": "^3.0.11",
    "mocha": "^6.0.0",
    "mocha-lcov-reporter": "^1.0.0",
    "nyc": "^15.0.1",
    "proxyquire": "^2.1.1",
    "should": "^7.1.0",
    "supertest": "^3.1.0"
  }
}
