-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.37 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
{
"name": "world-perspectives",
"version": "3.4.1",
"description": "Web app for World Perspectives Symposium day at GFA",
"main": "server.js",
"author": {
"name": "Ryan Petschek",
"email": "[email protected]"
},
"license": "Copyright (C) 2018 Ryan Petschek",
"private": true,
"dependencies": {
"@sendgrid/mail": "^6.2.1",
"body-parser": "^1.18.2",
"cheerio": "1.0.0-rc.2",
"compression": "^1.7.1",
"cookie-parser": "^1.4.3",
"csv": "^2.0.0",
"express": "^4.16.2",
"git-last-commit": "^0.3.0",
"hsts": "^2.1.0",
"moment": "^2.20.1",
"multer": "^1.3.0",
"neo4j-driver": "^1.5.3",
"node-xlsx": "^0.11.2",
"pushbullet": "^2.1.0",
"response-time": "^2.3.2",
"serve-static": "^1.13.1",
"slug": "^0.9.1",
"socket.io": "^2.0.4"
},
"devDependencies": {
"@types/body-parser": "^1.16.8",
"@types/chai": "^4.1.2",
"@types/cheerio": "^0.22.7",
"@types/compression": "0.0.35",
"@types/cookie-parser": "^1.4.1",
"@types/express": "^4.11.1",
"@types/mocha": "^2.2.48",
"@types/multer": "1.3.6",
"@types/response-time": "^2.3.2",
"@types/serve-static": "^1.13.1",
"@types/slug": "^0.9.0",
"@types/socket.io": "^1.4.31",
"@types/supertest": "^2.0.4",
"chai": "^4.1.2",
"mocha": "^5.0.0",
"supertest": "^3.0.0"
},
"engines": {
"node": "^9.0.0"
}
}