-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
44 lines (44 loc) · 1.05 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"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 <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/apigee-127/bagpipes/issues"
},
"homepage": "https://github.com/apigee-127/bagpipes",
"dependencies": {
"async": "^2.6.4",
"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": "^10.2.0",
"mocha-lcov-reporter": "^1.0.0",
"nyc": "^15.0.1",
"proxyquire": "^2.1.1",
"should": "^7.1.0",
"supertest": "^3.1.0"
}
}