-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 925 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 925 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
38
39
{
"name": "dasd-api",
"version": "0.1.0",
"description": "Blind Chatting service",
"scripts": {
"start": "node ./bin/www"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mac0314/dasd-api.git"
},
"author": "Youngmin Kim",
"license": "MIT",
"bugs": {
"url": "https://github.com/mac0314/dasd-api/issues"
},
"dependencies": {
"async": "^2.6.0",
"body-parser": "~1.15.1",
"cheerio": "^1.0.0-rc.2",
"config.json": "0.0.4",
"cookie-parser": "~1.4.3",
"cors": "^2.8.3",
"cron": "^1.3.0",
"debug": "~2.2.0",
"dotenv": "^4.0.0",
"ejs": "^2.5.5",
"express": "~4.13.4",
"file-stream-rotator": "0.0.7",
"moment": "^2.17.1",
"morgan": "~1.7.0",
"mysql": "^2.15.0",
"query-string": "^5.0.0",
"redis": "^2.8.0",
"serve-favicon": "^2.3.0",
"urlencode": "^1.1.0",
"watson-developer-cloud": "^2.42.0"
}
}