UNPKG

777 BJSONView Raw
1{
2 "name": "flowbench",
3 "version": "0.1.4",
4 "description": "Flow Bench",
5 "main": "index.js",
6 "scripts": {
7 "test": "WAIT_BEFORE_STATS_MS=1 tape test/*.js"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/pgte/flowbench.git"
12 },
13 "author": "",
14 "license": "ISC",
15 "bugs": {
16 "url": "https://github.com/pgte/flowbench/issues"
17 },
18 "homepage": "https://github.com/pgte/flowbench",
19 "dependencies": {
20 "async": "^0.9.0",
21 "debug": "^2.2.0",
22 "deep-equal": "^1.0.0",
23 "ejs": "^2.3.1",
24 "humanize-duration": "^2.8.0",
25 "inherits": "^2.0.1",
26 "measured": "^1.0.0",
27 "node-uuid": "^1.4.3",
28 "request": "^2.55.0",
29 "xtend": "^4.0.0"
30 },
31 "devDependencies": {
32 "nock": "^2.0.1",
33 "tape": "^4.0.0"
34 }
35}