forked from Azure-Samples/nodejs-docs-hello-world
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.07 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
{
"name": "app-service-hello-world",
"description": "Simple Hello World Node.js sample for Azure App Services - Oryx",
"version": "0.0.1",
"private": true,
"license": "MIT",
"author": "Microsoft",
"dependencies": {
"big.js": "^5.0.3",
"body-parser": "^1.18.2",
"buffer-shims": "^1.0.0",
"cron": "^1.6.0",
"currency-codes": "^1.5.0",
"currency-symbol-map": "^4.0.4",
"currency.js": "^1.2.1",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-prettier": "^2.6.0",
"exceljs": "^1.8.0",
"express": "^4.13.4",
"flow-remove-types": "^1.2.3",
"http-status-codes": "^1.3.0",
"invariant": "^2.2.4",
"mixpanel": "^0.9.2",
"moment-timezone": "^0.5.23",
"multer": "^1.3.0",
"node-fetch": "^2.1.1",
"parse-dashboard": "^1.0.11",
"parse-server": "3.2.3",
"parse-server-azure-push": "^1.0.2",
"parse-server-sendgrid-adapter": "^1.0.0",
"twilio": "^3.19.2",
"clinic": "*"
},
"engines": {
"node": ">=6.9.1"
},
"scripts": {
"start": "node index.js"
}
}