medium-json-feed
Version:
Get Medium latest articles in JSON format
30 lines (29 loc) • 681 B
JSON
{
"name": "medium-json-feed",
"version": "0.0.3",
"description": "Get Medium latest articles in JSON format",
"main": "index.js",
"scripts": {
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/frandiox/medium-json-feed.git"
},
"keywords": [
"medium",
"json",
"feed",
"rss"
],
"author": "Fran Dios <me@frandiox.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/frandiox/medium-json-feed/issues"
},
"homepage": "https://github.com/frandiox/medium-json-feed#readme",
"engines": {
"node": ">=6.0.0"
}
}