forked from ChuckMac/tadpoles-scraper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 851 Bytes
/
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
{
"name": "tadpoles-scraper",
"version": "1.0.0",
"description": "A web scraper for tadpoles pictures",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"tadpoles",
"childcare",
"pictures",
"scraper"
],
"repository": {
"type": "git",
"url": "git+https://github.com/chuckmac/tadpoles-scraper.git"
},
"author": "chuck mac",
"license": "MIT",
"dependencies": {
"utimes": "^4.0.2",
"async-retry": "^1.2.1",
"axios": "^0.18.0",
"axios-cookiejar-support": "^0.3.5",
"crypto": "^1.0.1",
"graceful-fs": "^4.1.11",
"imghdr": "^0.1.6",
"mkdirp": "^0.5.1",
"piexifjs": "^1.0.4",
"png-chunk-text": "^1.0.0",
"png-chunks-encode": "^1.0.0",
"png-chunks-extract": "^1.0.0",
"query-string": "^6.1.0"
}
}