explore-services/services/cache/mecache/package.json

21 lines
418 B
JSON
Raw Normal View History

{
"name": "memcache-cache",
"version": "1.0.0",
"description": "Caching in memory",
"main": "cache.js",
"scripts": {
"start": "PORT=3200 node cache.js"
},
"dependencies": {
"cors": "^2.8.4",
"express": "^4.15.3",
"memory-cache": "^0.2.0",
"superagent": "^3.8.0"
},
"engines": {
"node": "8.1.x"
},
"author": "Argiro Kokogiannaki <argirok@di.uoa.gr>",
"license": "NKUA"
}