forked from petitchevalroux/node-semantic-scraper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.08 KB
/
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
39
40
41
42
{
"name": "@petitchevalroux/semantic-scraper",
"version": "1.5.0",
"description": "",
"scripts": {
"test": "make tests"
},
"main": "./src/index.js",
"repository": {
"type": "git",
"url": "git+ssh://github.com/petitchevalroux/node-semantic-scraper.git"
},
"author": "Patrick Poulain",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/petitchevalroux/node-semantic-scraper/issues"
},
"homepage": "https://github.com/petitchevalroux/node-semantic-scraper#readme",
"devDependencies": {
"eslint": "^3.3.1",
"eslint-plugin-promise": "^2.0.1",
"istanbul": "^0.4.4",
"js-beautify": "^1.6.3",
"mocha": "^3.0.2",
"sinon": "^1.17.5"
},
"dependencies": {
"@petitchevalroux/error": "^1.0.1",
"bluebird": "^3.4.6",
"cheerio": "^0.22.0",
"content-type": "^1.0.2",
"html-entities": "^1.2.0",
"limiter": "^1.1.0",
"normalize-url": "^1.6.1",
"request": "^2.75.0",
"retry": "^0.10.0",
"sprintf-js": "^1.0.3",
"trace-error": "0.0.7",
"unique-stream": "^2.2.1",
"winston": "^2.2.0"
}
}