-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 972 Bytes
/
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
{
"name": "pdfmerger-api",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node server/start",
"test": "node server/src/tests/index.js -u tdd --timeout 50000"
},
"dependencies": {
"agenda": "^0.6.28",
"async": "^0.9.2",
"body-parser": "~1.10.2",
"busboy": "^0.2.9",
"compression": "1.4.1",
"config": "^1.14.0",
"dropzone": "^4.0.1",
"express": "~4.11.1",
"express-auth-parser": "^0.1.2",
"express-jsonschema": "^1.1.0",
"glob": "^5.0.14",
"imap": "^0.8.14",
"mime": "^1.3.4",
"mongoose": "3.8.22",
"ng-sortable": "^1.3.0",
"node-uuid": "^1.4.2",
"nodemailer": "^0.7.1",
"on-headers": "^1.0.0",
"pdf-merge": "0.0.2",
"pdf_page_count": "^1.0.10",
"pdfkit": "^0.7.1",
"pg": "^4.4.1",
"uid": "0.0.2",
"winston": "^1.0.0"
},
"devDependencies": {
"chai": "^2.3.0",
"mocha": "^2.2.5",
"monk": "^1.0.1",
"supertest": "0.15.0"
}
}