-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 878 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 878 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
{
"name": "html-article-extractor",
"version": "1.0.14",
"description": "A web page content extractor for News websites",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/app.js"
},
"repository": {
"type": "git",
"url": "https://github.com/jungyoun/html-article-extractor.git"
},
"homepage": "http://buffersize.com",
"bugs": "https://github.com/jungyoun/html-article-extractor/issues",
"keywords": [
"article",
"contents",
"extract",
"crawler",
"html"
],
"author": "jungyoun@gmail.com",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"request": "^2.88.0",
"jsdom": "^13.1.0",
"lodash": "^4.17.11",
"buffer": "^5.2.1",
"charset": "^1.0.1",
"iconv-lite": "^0.4.24",
"detect-character-encoding": "^0.7.0"
}
}