-
Notifications
You must be signed in to change notification settings - Fork 174
/
Copy pathpackage.json
41 lines (41 loc) · 994 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": "shopify-monitor",
"version": "3.2.1",
"description": "",
"main": "server.js",
"scripts": {
"dev": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dzt/shopify-monitor.git"
},
"author": "Peter Soboyejo <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dzt/shopify-monitor/issues"
},
"homepage": "https://github.com/dzt/shopify-monitor#readme",
"dependencies": {
"body-parser": "^1.18.2",
"cheerio": "^1.0.0-rc.2",
"console-stamp": "^0.2.6",
"discord-webhooks": "^1.0.0",
"express": "^4.16.2",
"install": "^0.10.4",
"lodash": "^4.17.5",
"md5": "^2.2.1",
"moment": "^2.20.1",
"mongoose": "^4.2.6",
"multer": "^1.3.0",
"npm": "^5.7.1",
"nunjucks": "^3.1.0",
"parse-url": "^3.0.2",
"request": "^2.83.0",
"slack-webhook": "^1.0.0",
"xml2js": "^0.4.19"
},
"devDependencies": {
"nodemon": "^1.17.1"
}
}