UNPKG

967 BJSONView Raw
1{
2 "name": "crawler-ninja",
3 "version": "0.1.12",
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 "crawler-ninja-logger" : "*",
12 "URIjs": "*",
13 "async": " *",
14 "cheerio": "*",
15 "collections": "*",
16 "crypto": "*",
17 "request": "*",
18 "riak-js": "*",
19 "robots-parser": "*",
20 "simple-proxies": "*",
21 "underscore": "*"
22 },
23 "devDependencies": {
24 "mocha": "*",
25 "expect": "*",
26 "express": "4.12.4",
27 "serve-static": "*"
28 },
29 "keywords": [
30 "web",
31 "crawler",
32 "crawler",
33 "seo",
34 "crawler"
35 ],
36 "author": "Christophe Lombart",
37 "license": "Apache",
38 "bugs": {
39 "url": "https://github.com/christophebe/crawler.ninja/issues"
40 },
41 "homepage": "https://github.com/christophebe/crawler.ninja"
42}