UNPKG

721 BJSONView Raw
1{
2 "name": "aimer",
3 "version": "1.0.0",
4 "description": "Remote web content crawler done right.",
5 "license": "MIT",
6 "repository": "egoist/aimer",
7 "author": {
8 "name": "EGOIST",
9 "email": "0x142857@gmail.com",
10 "url": "github.com/egoist"
11 },
12 "engines": {
13 "node": ">=4.0.0"
14 },
15 "scripts": {
16 "test": "xo && ava"
17 },
18 "files": [
19 "index.js",
20 "nightmare.js"
21 ],
22 "keywords": [
23 "crawler",
24 "scraper"
25 ],
26 "dependencies": {
27 "cheerio": "^0.20.0",
28 "nightmare": "^2.4.0",
29 "node-fetch": "^1.5.1"
30 },
31 "devDependencies": {
32 "ava": "^0.14.0",
33 "xo": "^0.15.0"
34 },
35 "xo": {
36 "semicolon": false,
37 "space": 2,
38 "globals": [
39 "document"
40 ]
41 }
42}