hansel
Version:
Check to see if a url is hot right now
43 lines (42 loc) • 842 B
JSON
{
"name": "hansel",
"version": "0.0.3",
"description": "Check to see if a url is hot right now",
"main": "hansel.js",
"scripts": {
"test": "node tests/tests.js"
},
"repository": {
"type": "git",
"url": "git://github.com/MauriceButler/hansel.git"
},
"keywords": [
"hansel",
"hot",
"pagerank",
"page",
"rank",
"gretle",
"grettle"
],
"devDependencies": {
"tape": "1.1.x"
},
"dependencies": {
"commander": "2.0.x",
"pagerank": "1.2.x",
"async": "0.2.x"
},
"author": "Maurice Butler <maurice.butler@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/MauriceButler/hansel/issues"
},
"bin": {
"hansel": "./index.js"
},
"homepage": "https://github.com/MauriceButler/hansel#readme",
"directories": {
"test": "tests"
}
}