summaryrefslogtreecommitdiffhomepage
path: root/benchmarks/workloads/node_template/package.json
blob: 7dcadd523e27c24280e56bc0ea9eebc4006a10ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "nodedum",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "express": "^4.16.4",
    "hbs": "^4.0.4",
    "redis": "^2.8.0",
    "redis-commands": "^1.2.0",
    "redis-parser": "^2.6.0",
    "secure-random-string": "^1.1.0"
  }
}