forked from dzt/shopify-monitor
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.03 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
{
"name": "shopify-monitor-2",
"version": "2.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "./node_modules/.bin/babel-node index.js"
},
"author": "Peter Soboyejo <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/dzt/shopify-monitor.git"
},
"bugs": {
"url": "https://github.com/dzt/shopify-monitor/issues"
},
"dependencies": {
"async": "^2.5.0",
"babel-register": "^6.26.0",
"chalk": "^2.3.0",
"cheerio": "^1.0.0-rc.2",
"console-stamp": "^0.2.6",
"knex": "^0.12.6",
"linebyline": "^1.3.0",
"lodash": "^4.17.4",
"moment": "^2.19.1",
"request": "^2.83.0",
"request-promise": "^4.2.2",
"slackbots": "^1.1.0",
"sqlite3": "^3.1.13",
"underscore": "^1.8.3",
"xml2js": "^0.4.19"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2017": "^6.24.1"
}
}