-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 961 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 961 Bytes
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": "timesites",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon node app.js",
"historical": "node ./manager/historical.js"
},
"dependencies": {
"async": "^2.6.0",
"async-series": "0.0.1",
"bcrypt-nodejs": "0.0.3",
"body-parser": "~1.18.2",
"cheerio": "^1.0.0-rc.2",
"config": "^1.30.0",
"cookie-parser": "~1.4.3",
"curlrequest": "^1.0.1",
"debug": "^3.1.0",
"dotenv": "^4.0.0",
"express": "^4.16.2",
"express-mysql-session": "^1.2.3",
"express-partial": "^0.1.0",
"express-session": "^1.15.6",
"lodash": "^4.17.5",
"morgan": "~1.9.0",
"mysql": "^2.15.0",
"node-cron": "^1.2.1",
"promise-mysql": "^3.2.1",
"request": "^2.83.0",
"scrape-it": "^5.0.2",
"scraperjs": "^1.2.0",
"sequelize": "^4.32.2",
"string-similarity": "^1.2.0",
"table-scraper": "^0.1.0"
},
"devDependencies": {
"nodemon": "^1.14.11"
}
}