Project

General

Profile

1
{
2
  "name": "redis-cache",
3
  "version": "1.0.0",
4
  "description": "Caching with Redis",
5
  "main": "cache.js",
6
  "scripts": {
7
    "test": "echo \"Error: no test specified\" && exit 1",
8
    "start": "PORT=3000 REDIS_PORT=6379 REDIS_HOST=vatopedi.di.uoa.gr node cache.js",
9
    "dev": "PORT=3000 REDIS_PORT=6379 REDIS_HOST=vatopedi.di.uoa.gr node --debug=5858 index.js"
10
  },
11
  "author": "Argiro Kokogiannaki <argirok@di.uoa.gr>",
12
  "license": "NKUA",
13
  "dependencies": {
14
    "express": "^4.14.0",
15
    "redis": "^2.6.3",
16
    "superagent": "^2.3.0"
17
  }
18
}
(3-3/3)