iris/_benchmarks/expressjs/package.json
Quentin Homareau d1cc5599b6 Fix NodeJS benchmark
Former-commit-id: a1d87cf3a3f4790b9e392dc3c100180284286797
2017-11-19 13:02:48 +01:00

16 lines
334 B
JSON

{
"name": "expressjs-app",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Gerasimos (Makis) Maropoulos <kataras2006@hotmail.com>",
"license": "ISC",
"dependencies": {
"express": "^4.16.0",
"throng": "4.0.0"
}
}