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": {
|
2017-10-27 13:59:57 +02:00
|
|
|
"cors": "^2.8.4",
|
2017-10-26 17:33:59 +02:00
|
|
|
"express": "^4.15.3",
|
|
|
|
"memory-cache": "^0.2.0",
|
|
|
|
"superagent": "^3.8.0"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "8.1.x"
|
|
|
|
},
|
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
|
|
|
}
|