add rest/non-browser session, which we can create a lot more off

This commit is contained in:
Bruno Windels
2018-09-11 14:37:36 +02:00
parent 1e0baa823d
commit 98aafd6abb
5 changed files with 242 additions and 1 deletions

View File

@@ -9,7 +9,11 @@
"author": "",
"license": "ISC",
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"commander": "^2.17.1",
"puppeteer": "^1.6.0"
"puppeteer": "^1.6.0",
"request": "^2.88.0",
"request-promise-native": "^1.0.5",
"uuid": "^3.3.2"
}
}