2019-03-12 05:12:02 +01:00
|
|
|
{
|
|
|
|
|
"name": "marketalarm",
|
2019-03-14 05:45:58 +01:00
|
|
|
"version": "1.0.1",
|
2019-03-12 05:12:02 +01:00
|
|
|
"description": "Market Alarm",
|
2019-03-14 05:41:06 +01:00
|
|
|
"main": "index.js",
|
2019-03-12 05:12:02 +01:00
|
|
|
"scripts": {
|
2019-03-14 05:41:06 +01:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
2019-04-09 06:11:41 +02:00
|
|
|
"start": "node ./index.js"
|
2019-03-12 05:12:02 +01:00
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "git@gitlab.com:saburly/marketalarm/web.git"
|
|
|
|
|
},
|
|
|
|
|
"author": "Saburlije",
|
|
|
|
|
"license": "ISC",
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "11.10.x"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2019-03-14 05:41:06 +01:00
|
|
|
"2checkout-node": "0.0.1",
|
|
|
|
|
"@sendgrid/mail": "^6.3.1",
|
2019-03-18 05:11:47 +01:00
|
|
|
"aws-sdk": "^2.422.0",
|
2019-03-14 05:41:06 +01:00
|
|
|
"cheerio": "^1.0.0-rc.2",
|
2019-04-13 10:38:25 +02:00
|
|
|
"compression": "^1.7.4",
|
2019-03-23 05:08:21 +01:00
|
|
|
"ejs": "^2.6.1",
|
2019-03-14 05:41:06 +01:00
|
|
|
"express": "^4.16.4",
|
2019-04-09 06:01:21 +02:00
|
|
|
"express-ejs-layouts": "^2.5.0",
|
|
|
|
|
"express-layout": "^0.1.0",
|
2019-03-14 05:41:06 +01:00
|
|
|
"mysql2": "^1.6.4",
|
|
|
|
|
"node-fetch": "^2.3.0",
|
2019-03-22 06:22:50 +01:00
|
|
|
"react-step-wizard": "^5.1.0",
|
2019-04-16 06:27:11 +02:00
|
|
|
"sequelize": "^4.42.0",
|
|
|
|
|
"sequelize-cli": "^5.4.0"
|
2019-03-12 05:12:02 +01:00
|
|
|
}
|
|
|
|
|
}
|