forked from majewan/node-google-scraper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 919 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
37
38
39
40
41
42
43
44
{
"name": "phantom-google-search-scraper",
"version": "1.1.0",
"description": "Google Search scraper for node based on CasperJS and PhantomJS",
"main": "index.js",
"files": [
"index.js",
"README.md",
"commandLineSolver.js"
],
"scripts": {
"test": "mocha"
},
"keywords": [
"google",
"scraper",
"search",
"engine"
],
"repository": {
"type": "git",
"url": "https://github.com/majewan/node-google-scraper.git"
},
"bugs": {
"url": "https://github.com/majewan/node-google-scraper/issues"
},
"author": "Majewan Interactive",
"license": "GPL-v3",
"dependencies": {
"bluebird": "~3.4.6",
"casperjs": "~1.1.4-2",
"casperjs-geolocation": "0.0.0",
"debug": "~2.2.0",
"lodash": "~4.14.0",
"phantom": "^4.0.12"
},
"engines": {
"node": ">=6"
},
"devDependencies": {
"express": "^4.16.3",
"mocha": "^5.2.0"
}
}