-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
58 lines (58 loc) · 1.53 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
{
"name": "sfmc-df18demo",
"version": "1.0.0",
"description": "Getting Started with Marketing Cloud API Integrations - Dreamforce 2018",
"main": "dist/server.js",
"scripts": {
"start": "node dist/server.js",
"build": "tsc",
"postinstall": "npm run-script build"
},
"engines": {
"node": "^9.3.0",
"npm": "^5.6.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sanagama/sfmc-df18demo.git"
},
"keywords": [
"Salesforce",
"Marketing Cloud"
],
"author": "Sanjay Nagamangalam",
"license": "MIT",
"bugs": {
"url": "https://github.com/sanagama/sfmc-df18demo/issues"
},
"homepage": "https://github.com/sanagama/sfmc-df18demo#readme",
"dependencies": {
"@types/axios": "^0.14.0",
"@types/compression": "0.0.36",
"@types/errorhandler": "0.0.32",
"@types/express": "^4.16.0",
"@types/express-session": "^1.15.10",
"@types/jquery": "^3.3.6",
"@types/jwt-simple": "^0.5.33",
"@types/morgan": "^1.7.35",
"@types/node": "^10.9.4",
"@types/serve-favicon": "^2.2.30",
"@types/shortid": "0.0.29",
"@types/winston": "^2.4.4",
"axios": "^0.18.0",
"body-parser": "^1.18.3",
"compression": "^1.7.3",
"cookie-parser": "^1.4.3",
"ejs": "^2.6.1",
"errorhandler": "^1.5.0",
"express": "^4.16.2",
"express-session": "^1.15.6",
"helmet": "^3.13.0",
"jwt-simple": "^0.5.1",
"morgan": "^1.9.0",
"serve-favicon": "^2.5.0",
"shortid": "^2.2.13",
"typescript": "^3.0.3",
"winston": "^3.1.0"
}
}