UNPKG

968 BJSONView Raw
1{
2 "name": "crawler-ninja",
3 "version": "0.1.8",
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": " 1.2.1",
13 "bunyan": "*",
14 "cheerio": "0.19.0",
15 "collections": "2.0.1",
16 "crypto": "0.0.3",
17 "request": "2.57.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": "4.12.4",
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}