2017-10-26 17:33:59 +02:00
|
|
|
{
|
2017-10-27 13:59:57 +02:00
|
|
|
"name": "memcache-cache",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Caching in memory",
|
|
|
|
"main": "cache.js",
|
2017-10-26 17:33:59 +02:00
|
|
|
"scripts": {
|
2018-07-13 13:56:03 +02:00
|
|
|
"start": "PORT=3200 node cache.js"
|
2017-10-26 17:33:59 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2019-07-24 10:17:05 +02:00
|
|
|
"cors": "^2.8.5",
|
2021-07-14 17:41:12 +02:00
|
|
|
"express": "^4.15.2",
|
2017-10-26 17:33:59 +02:00
|
|
|
"memory-cache": "^0.2.0",
|
2020-03-11 13:51:10 +01:00
|
|
|
"superagent": "^5.0.5",
|
|
|
|
"prom-client": "^11.3.0"
|
2017-10-26 17:33:59 +02:00
|
|
|
},
|
|
|
|
"engines": {
|
2021-07-14 17:41:12 +02:00
|
|
|
"node": "16.3.0"
|
2017-10-26 17:33:59 +02:00
|
|
|
},
|
2017-10-27 13:59:57 +02:00
|
|
|
"author": "Argiro Kokogiannaki <argirok@di.uoa.gr>",
|
|
|
|
"license": "NKUA"
|
2017-10-26 17:33:59 +02:00
|
|
|
}
|