-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
42 lines (42 loc) · 977 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
37
38
39
40
41
42
{
"name": "line-chat",
"version": "3.0.0",
"description": "Web-based",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"author": "GoogleX",
"license": "ISC",
"dependencies": {
"async-foreach": "^0.1.3",
"bluebird": "^3.3.4",
"body-parser": "^1.18.2",
"bulma": "^0.6.1",
"cookie-parser": "^1.4.3",
"ejs": "^2.5.7",
"eval": "^0.1.2",
"express": "^4.16.2",
"express-session": "^1.15.6",
"jade": "^1.11.0",
"jsonfile": "^4.0.0",
"kill-process": "^1.0.2",
"moment": "^2.18.1",
"morgan": "^1.9.0",
"node-int64": "^0.4.0",
"qr-image": "^3.2.0",
"qrcode": "^1.0.0",
"request": "^2.0.0",
"request-promise": "^2.0.0",
"stylus": "^0.54.5",
"thrift": "^0.10.0",
"thrift-http": "^1.0.1",
"unirest": "^0.5.0",
"webp-converter": "^2.1.6"
},
"devDependencies": {
"qrcode-terminal": "^0.11.0",
"node-bignumber": "^1.2.1",
"utf8": "^2.1.1"
}
}