UNPKG

node-feedly-developer-client

Version:

Simple client to build personal applications for your Feedly account

31 lines (30 loc) 770 B
{ "name": "node-feedly-developer-client", "version": "0.0.3", "description": "Simple client to build personal applications for your Feedly account", "main": "src/index.js", "files": [ "src/" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/thedustin/node-feedly-developer-client.git" }, "keywords": [ "feedly", "api", "client" ], "author": "Dustin Breuer <npm@dustin-breuer.de>", "license": "MIT", "bugs": { "url": "https://github.com/thedustin/node-feedly-developer-client/issues" }, "homepage": "https://github.com/thedustin/node-feedly-developer-client#readme", "dependencies": { "node-fetch": "^2.3.0" } }