forked from das-group/HOSIT
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 768 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 768 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": "hosit-browser",
"version": "1.0.2",
"private": false,
"description": "Node.js Framework to imitate human internet browsing behavior on Chrome",
"main": "index.js",
"keywords": [
"headless",
"browser",
"chromium",
"chrome",
"framework",
"puppeteer",
"addon"
],
"directories": {
"doc": "docs",
"example": "test"
},
"homepage": "https://github.com/RiS3-Lab/HOSIT",
"repository": "github:RiS3-Lab/HOSIT",
"bugs": {
"url": "https://github.com/RiS3-Lab/HOSIT"
},
"dependencies": {
"feedparser": ">=2.2.4",
"puppeteer": ">=0.13.0",
"request": ">=2.83.0",
"seedrandom": ">=2.4.3"
},
"author": "Stephan Wiefling, TH Köln - University of Applied Sciences",
"license": "MIT"
}