0x/examples/rest-api/package.json
davidmarkclements 42779d0386 init
2016-02-23 13:50:51 +00:00

18 lines
413 B
JSON

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