forked from kanreisa/reichat-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.08 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.08 KB
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
38
39
40
41
42
43
{
"name": "reichat-server",
"version": "1.0.5",
"description": "The real-time paint chat server for reichat.",
"main": "./lib/index.js",
"scripts": {
"test": "gulp test",
"build": "gulp build",
"watch": "gulp watch"
},
"repository": {
"type": "git",
"url": "https://github.com/kanreisa/reichat-server.git"
},
"bugs": {
"url": "https://github.com/kanreisa/reichat-server/issues"
},
"keywords": [
"reichat"
],
"author": "Yuki KAN <re@pixely.jp> (https://github.com/kanreisa)",
"license": "MIT",
"homepage": "https://github.com/kanreisa/reichat-server",
"dependencies": {
"mkdirp": "^0.5.0",
"png-async": "LightouchDev/node-png-async",
"redis": "^2.7.1",
"socket.io": "^1.7.3",
"uuid": "^3.0.0"
},
"devDependencies": {
"@types/png-async": "0.0.28",
"@types/redis": "^0.12.36",
"@types/socket.io": "^1.4.29",
"@types/uuid": "^2.0.29",
"gulp": "^3.8.11",
"gulp-mocha": "^4.1.0",
"gulp-rename": "^1.2.0",
"gulp-typescript": "^3.1.6",
"merge2": "^1.0.3",
"typescript": "^2.2.1"
}
}