iris/_benchmarks/expressjs/package.json

16 lines
334 B
JSON
Raw Normal View History

{
"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"
}
}