-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 907 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": "beritascrapper",
"version": "1.0.0",
"description": "News Scrapping Bot using NodeJS",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maisnamraju/beritascrapper.git"
},
"keywords": [
"nodejs"
],
"author": "maisnamraju",
"license": "MIT",
"bugs": {
"url": "https://github.com/maisnamraju/beritascrapper/issues"
},
"homepage": "https://github.com/maisnamraju/beritascrapper#readme",
"dependencies": {
"async": "^1.4.2",
"cheerio": "^0.19.0",
"express": "^4.13.3",
"fs": "0.0.2",
"iconv-lite": "^0.4.11",
"moment": "^2.10.6",
"mongoose": "^4.1.4",
"path": "^0.11.14",
"request-promise": "^0.4.3",
"xml2js": "^0.4.12"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-nodemon": "^2.0.4"
}
}