0x/examples/rest-api/package.json
davidmarkclements c225fa12ed delay
2016-03-02 18:57:37 +00:00

18 lines
416 B
JSON

{
"name": "slow-rest-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "wrk -d 120 -c 100 http://localhost:3000/a & wrk -d 120 -c 100 http://localhost:3000/b & wrk -d 120 -c 100 http://localhost:3000/c"
},
"author": "David Mark Clements",
"license": "MIT",
"dependencies": {
"restify": "^4.0.3"
},
"devDependencies": {
"standard": "^5.4.1"
}
}