-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 953 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
{
"name": "node-webscrapper",
"version": "1.0.0",
"description": "A web scrapper built on NodeJS for data analytics.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/louiCoder/Node-Facebook-WebScrapper.git"
},
"dependencies": {
"cheerio": "1.0.0-rc.2",
"express": "^4.16.4",
"fs": "0.0.1-security",
"node-cron": "^2.0.3",
"nodemailer": "^5.1.1",
"nodemon": "^1.18.9",
"request": "^2.88.0",
"twilio": "^3.27.1"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/louiCoder/Node-Facebook-WebScrapper/issues"
},
"homepage": "https://github.com/louiCoder/Node-Facebook-WebScrapper#readme",
"devDependencies": {
"morgan": "^1.9.1"
},
"nodemonConfig": {
"ignore": "",
"delay": "5000"
}
}