UNPKG

964 BJSONView Raw
1{
2 "name": "crawler-ninja",
3 "version": "0.1.7",
4 "description": "A web crawler made for the SEO based on plugins. Please wait or contribute ... still in beta",
5 "main": "index.js",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/christophebe/crawler.ninja"
9 },
10 "dependencies": {
11 "URIjs": "^1.14.2",
12 "async": "^0.9.0",
13 "bunyan": "^1.3.5",
14 "cheerio": "0.18.0",
15 "collections": "*",
16 "crypto": "0.0.3",
17 "request": "2.42.0",
18 "riak-js": "^1.0.3",
19 "simple-proxies": "^0.1.8",
20 "underscore": "^1.8.2"
21 },
22 "devDependencies": {
23 "mocha": "*",
24 "expect": "*",
25 "express": "*",
26 "serve-static": "*"
27 },
28 "keywords": [
29 "web",
30 "crawler",
31 "crawler",
32 "seo",
33 "crawler"
34 ],
35 "author": "Christophe Lombart",
36 "license": "Apache",
37 "bugs": {
38 "url": "https://github.com/christophebe/crawler.ninja/issues"
39 },
40 "homepage": "https://github.com/christophebe/crawler.ninja"
41}