-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 775 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 775 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
{
"name": "article-extractor",
"version": "1.0.2",
"description": "Extract metadata and content from web articles.",
"main": "index.js",
"keywords": [
"article",
"blog",
"parsing",
"extract",
"web",
"scrape"
],
"repository": {
"type": "git",
"url": "https://github.com/thomastuts/article-extractor.git"
},
"author": "Thomas Tuts <thomas.tuts@gmail.com> (http://thomastuts.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/thomastuts/article-extractor/issues"
},
"homepage": "https://github.com/thomastuts/article-extractor",
"dependencies": {
"async": "^0.9.0",
"cheerio": "^0.19.0",
"lodash": "^3.5.0",
"request": "^2.53.0"
},
"devDependencies": {
"restify": "^3.0.1"
}
}