-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.17 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.17 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
44
45
46
47
48
49
50
{
"name": "ppc",
"version": "1.0.0",
"private": true,
"author": "Fasil Girma",
"scripts": {
"start": "node ./bin/www",
"test": "mocha"
},
"dependencies": {
"base64-img": "^1.0.3",
"body-parser": "~1.15.2",
"cheerio": "^1.0.0-rc.1",
"cities": "^1.1.2",
"compression": "^1.6.2",
"config": "^1.24.0",
"cookie-parser": "~1.4.3",
"cors": "^2.8.1",
"cron": "^1.2.1",
"debug": "~2.2.0",
"express": "~4.14.0",
"express-fileupload": "0.0.6",
"express-validator": "^3.1.2",
"file-type": "^4.3.0",
"geoip-lite": "^1.2.1",
"helmet": "^3.5.0",
"ip": "^1.1.5",
"jimp": "^0.2.28",
"joi": "^10.3.0",
"jsonfile": "^2.4.0",
"mime": "^1.3.4",
"moment-timezone": "^0.5.11",
"morgan": "~1.7.0",
"mysql": "^2.12.0",
"node-seaweedfs": "^1.1.0",
"nodemailer": "^3.1.8",
"nodemailer-smtp-transport": "^2.7.2",
"promise": "^7.1.1",
"querystring": "^0.2.0",
"request": "^2.79.0",
"request-ip": "^1.2.3",
"useragent": "^2.1.11",
"winston": "^2.3.1",
"winston-log-and-exit": "^1.0.6",
"yamlparser": "0.0.2"
},
"devDependencies": {
"apidoc": "^0.17.5"
}
}