UNPKG

@chezearth/bagpipes

Version:

Less code, more flow. Let's dance!

44 lines (43 loc) 1.33 kB
{ "name": "@chezearth/bagpipes", "version": "0.1.3-2", "description": "Less code, more flow. Let's dance!", "main": "lib/index.js", "scripts": { "test": "node_modules/mocha/bin/_mocha -u exports -R spec test", "coverage": "node node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- -u exports -R spec test", "coveralls": "node node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec test && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js --verbose" }, "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": { "@chezearth/machinepack-http": "^6.0.2-2", "async": "^1.4.2", "debug": "^2.1.2", "jspath": "^0.3.1", "lodash": "^4.17.10", "mustache": "^2.1.3", "pipeworks": "^1.3.0" }, "devDependencies": { "coveralls": "^3.0.2", "istanbul": "^0.4.0", "mocha": "^5.2.0", "mocha-lcov-reporter": "^1.0.0", "should": "^7.1.0", "supertest": "^3.1.0" } }