-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 848 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 848 Bytes
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
37
{
"name": "saikoh-tk",
"version": "1.0.0",
"description": "最高",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/saikoh-tk/saikoh-tk.git"
},
"keywords": [],
"author": "saikoh-tk",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/saikoh-tk/saikoh-tk/issues"
},
"homepage": "https://github.com/saikoh-tk/saikoh-tk#readme",
"dependencies": {
"config": "^3.3.6",
"es6-promisify": "^3.0.0",
"redis": "^3.1.1",
"redis-commands": "^1.0.2",
"router-line": "^0.2.1",
"serve-static": "^1.15.0",
"winston": "^2.4.5",
"ws": "^7.5.10"
},
"devDependencies": {
"node-dev": "^7.0.0"
},
"engines": {
"node": ">=5.5.0"
}
}