-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·54 lines (54 loc) · 1.27 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
{
"name": "csgSAW",
"main": "server.js",
"dependencies": {
"archiver": "^2.0.0",
"async": "^2.5.0",
"body-parser": "^1.17.2",
"busboy": "^0.2.14",
"child_process": "^1.0.2",
"connect-busboy": "0.0.2",
"crypto-js": "^3.1.9-1",
"ejs": "^2.5.6",
"express": "^4.15.3",
"express-formidable": "^1.0.0",
"express-zip": "^2.0.1",
"eyed3": "0.0.1",
"ffmetadata": "^1.4.0",
"fileupload": "^1.0.0",
"formidable": "^1.1.1",
"fs": "0.0.1-security",
"fs-extra": "^3.0.1",
"google-fonts": "^1.0.0",
"helmet": "^3.6.1",
"id3-writer": "^1.2.2",
"method-override": "~2.3.9",
"mkdirp": "^0.5.1",
"mongoose": "4.11.1",
"morgan": "^1.8.2",
"multer": "^1.3.0",
"mv": "^2.1.1",
"node-cache": "^4.1.1",
"nodemailer": "^4.0.1",
"password-hash-and-salt": "^0.1.4",
"path": "^0.12.7",
"rand-token": "^0.3.0",
"regex": "^0.1.1",
"sendevent": "^1.0.4",
"uglify-js": "^3.0.24",
"watch": "^1.0.2"
},
"devDependencies": {
"chai": "^4.1.0",
"lodash": "^4.17.4",
"mocha": "^3.4.2",
"node-mocks-http": "^1.6.4",
"supertest": "^3.0.0",
"tap": "^10.7.0",
"tape": "^4.7.0"
},
"scripts": {
"test": "tap test/*.js",
"develop": "nodemon server.js"
}
}