hacker-news-api
Version:
Node.js library for Algolia's Hacker News API
43 lines (42 loc) • 990 B
JSON
{
"name": "hacker-news-api",
"version": "2.0.0",
"description": "Node.js library for Algolia's Hacker News API",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/fraction/node-hacker-news-api.git"
},
"keywords": [
"hacker",
"news",
"hackernews",
"hn",
"ycombinator",
"yc",
"algolia",
"api"
],
"author": "Fraction <us@fraction.io> (http://fraction.io/)",
"contributors": [
"beltex (https://github.com/beltex)",
"Christian Bundy <me@christianbundy.com> (https://github.com/christianbundy)",
"euank <euank@euank.com> (https://github.com/euank)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/fraction/node-hacker-news-api/issues"
},
"homepage": "https://github.com/fraction/node-hacker-news-api",
"dependencies": {
"request": "~2.36.0"
},
"devDependencies": {
"chai": "*",
"nock": "*",
"mocha": "*"
}
}