-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.52 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
{
"name": "codesnippets",
"version": "1.0.0",
"description": "Useless stuff",
"main": "stuffs.js",
"scripts": {
"test": "./node_modules/.bin/mocha --reporter nyan \"Tests/*.test.js\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jkwok0714/Snippets.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Jkwok0714/Snippets/issues"
},
"homepage": "https://github.com/Jkwok0714/Snippets#readme",
"dependencies": {
"aws-sdk": "^2.140.0",
"bluebird": "^3.5.0",
"body-parser": "^1.19.0",
"chance": "^1.0.12",
"elasticsearch": "^13.3.1",
"faker": "^4.1.0",
"forever": "^0.15.3",
"html-pdf": "^3.0.1",
"http-aws-es": "^3.1.3",
"mysql": "^2.15.0",
"mysql2": "^1.4.2",
"nexmo": "^2.0.2",
"node-cron": "^1.2.1",
"opn": "^5.3.0",
"pdf2json": "^1.2.0",
"piexifjs": "^1.0.6",
"pino": "^4.17.6",
"pino-tee": "^0.2.2",
"pm2": "^3.0.3",
"puppeteer": "^2.0.0",
"redux": "^3.7.2",
"request": "^2.81.0",
"roarr": "^2.6.1",
"sequelize": "^5.15.1",
"sharp": "^0.23.1",
"socket.io": "^2.4.0",
"sqlite3": "^4.1.0",
"ssh2": "^1.4.0",
"ssh2-sftp-client": "^3.1.0",
"textbelt": "0.0.3",
"xml2js": "^0.4.19",
"zone.js": "^0.10.2"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"chai": "^4.2.0",
"express": "^4.16.4",
"jsdoc": "^3.6.3",
"mocha": "^6.2.0",
"rimraf": "^2.6.2",
"sinon": "^7.4.1"
}
}