Showing
1 changed file
with
22 additions
and
0 deletions
package.json
0 → 100644
1 | +{ | ||
2 | + "name": "valid-proxy", | ||
3 | + "version": "1.0.0", | ||
4 | + "description": "", | ||
5 | + "main": "index.js", | ||
6 | + "scripts": { | ||
7 | + "test": "echo \"Error: no test specified\" && exit 1" | ||
8 | + }, | ||
9 | + "author": "", | ||
10 | + "license": "ISC", | ||
11 | + "dependencies": { | ||
12 | + "async": "^2.1.5", | ||
13 | + "baidu-ocr-api": "^2.0.5", | ||
14 | + "cheerio": "^0.22.0", | ||
15 | + "md5": "^2.2.1", | ||
16 | + "nedb": "^1.8.0", | ||
17 | + "nightmare": "^2.10.0", | ||
18 | + "node-schedule": "^1.2.1", | ||
19 | + "request": "^2.79.0", | ||
20 | + "selenium-webdriver": "^3.3.0" | ||
21 | + } | ||
22 | +} |
-
Please register or login to post a comment