witchypoo
Version:
Stores a unique list of domain names and their page rank at time of crawling
48 lines (47 loc) • 999 B
JSON
{
"name": "witchypoo",
"version": "0.0.6",
"description": "Stores a unique list of domain names and their page rank at time of crawling",
"main": "index.js",
"scripts": {
"test": "node tests/tests.js"
},
"repository": {
"type": "git",
"url": "git://github.com/MauriceButler/witchypoo.git"
},
"keywords": [
"web",
"crawl",
"page",
"rank",
"hansel",
"gretel",
"unique",
"domain"
],
"devDependencies": {
"tape": "1.1.x",
"mockery": "1.4.x"
},
"dependencies": {
"commander": "2.0.x",
"hansel": "0.0.x",
"gretel": "0.0.x",
"mongoose": "3.6.x",
"async": "0.2.x",
"badwords": "0.0.x"
},
"author": "Maurice Butler <maurice.butler@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/MauriceButler/witchypoo/issues"
},
"bin": {
"witchypoo": "./index.js"
},
"homepage": "https://github.com/MauriceButler/witchypoo#readme",
"directories": {
"test": "tests"
}
}