-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 906 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "redis-koa-app",
"version": "0.9.11",
"description": "Redis Koa application archetype.",
"main": "index.js",
"scripts": {
"lint": "eslint --cache src",
"start": "node7 --harmony lib/index.js"
},
"author": "@evanxsummers",
"license": "ISC",
"dependencies": {
"app-spec": "^0.11.6",
"bluebird": "^3.4.6",
"cli-color": "^1.1.0",
"koa": "^2.0.0-alpha.7",
"koa-bodyparser": "^4.3.0",
"koa-router": "^7.0.1",
"lodash": "^4.17.14",
"map-properties": "^0.1.2",
"multi-exec-async": "^0.2.0",
"redis": "^4.0.2",
"redis-logger-rpf": "^0.3.11"
},
"devDependencies": {
"eslint": "^8.7.0"
},
"repository": {
"type": "git",
"url": "https://github.com/evanx/redis-koa-app.git"
},
"bugs": {
"url": "https://github.com/evanx/redis-koa-app/issues"
},
"homepage": "https://github.com/evanx/redis-koa-app#readme"
}