forked from zishon89us/node-cheat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
114 lines (114 loc) · 2.94 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"name": "node-cheat",
"version": "1.0.0",
"description": "Amazing node.js cheat snippets, learning everyday become top class node.js developer. :)",
"main": "index.js",
"dependencies": {
"@sendgrid/mail": "^6.1.4",
"acl": "^0.4.11",
"adm-zip": "^0.4.7",
"arangojs": "^6.4.0",
"aws-sdk": "^2.2.41",
"axios": "^0.19.0",
"body-parser": "^1.15.2",
"builtin-modules": "^1.1.1",
"bunyan": "^1.8.12",
"cassandra-driver": "^4.0.0",
"chai": "^4.1.2",
"chalk": "^1.1.3",
"cldr": "^4.5.0",
"countryjs": "^1.8.0",
"coupon-code": "^0.4.4",
"crypto-js": "^3.1.9-1",
"elasticsearch": "^16.3.0",
"email-templates": "^2.7.1",
"es6-promisify": "^5.0.0",
"express": "^4.17.1",
"express-session": "^1.15.6",
"fluent-ffmpeg": "^2.1.0",
"fuzzy": "^0.1.1",
"glob": "^7.1.2",
"google-spreadsheet": "^2.0.4",
"googleapis": "^42.0.0",
"graceful-fs": "^4.1.11",
"gremlin": "^3.2.9",
"gridfs-stream": "^1.1.1",
"gulp": "^4.0.2",
"gulp-util": "^3.0.8",
"ip": "^1.1.4",
"js2lua": "^0.1.5",
"koa": "^2.3.0",
"koa-bodyparser": "^4.2.0",
"koa-cors": "0.0.16",
"koa-json": "^2.0.2",
"koa-router": "^7.2.1",
"koa-static": "^4.0.1",
"koa-validate": "^1.0.7",
"linebyline": "^1.3.0",
"lodash": "^4.17.15",
"mime": "^1.3.4",
"mocha": "^5.1.0",
"modesl": "^1.2.0",
"moment-timezone": "^0.5.14",
"mongoose": "^5.0.3",
"multer": "^1.3.0",
"multer-s3": "^2.7.0",
"node-cron": "^1.1.2",
"node-rsa": "^0.3.2",
"nodemailer": "^4.6.3",
"pdf-invoice": "^1.0.2",
"phonetz": "^1.0.1",
"probe-image-size": "^1.0.6",
"pug": "^2.0.4",
"read-multiple-files": "^2.0.0",
"request": "^2.88.0",
"restify": "^7.1.1",
"soap": "^0.29.0",
"socket.io": "^2.2.0",
"stripe": "^4.9.0",
"systeminformation": "^3.33.12",
"tail": "^0.4.0",
"transliteration": "^0.1.1",
"twilio": "^3.11.1",
"twit": "^2.2.4",
"twitter": "^1.2.5",
"uid-safe": "^2.1.5",
"underscore": "^1.8.3",
"voucher-code-generator": "^1.1.0",
"youtube-dl": "^1.12.2"
},
"devDependencies": {
"ink-docstrap": "^1.3.0",
"jsdoc": "^3.5.4",
"jsdoc-route-plugin": "^0.1.0"
},
"scripts": {
"cluster": "pm2 start pm2/ecosystem.config.js",
"jsdoc": "jsdoc -c jsdoc.conf",
"start": "forever express/app.js a b c",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zishon89us/node-cheat.git"
},
"keywords": [
"node",
"node.js",
"npm",
"learn-node",
"cheat-node",
"node code",
"cheat node",
"node snippets"
],
"author": {
"name": "Zeeshan Hassan Memon",
"email": "[email protected]"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/zishon89us/node-cheat/issues"
},
"homepage": "https://github.com/zishon89us/node-cheat#readme"
}