@ipmanlk/reddit-simple
Version:
Simple wrapper over Reddit public API (no overhead, no auth token)
30 lines (29 loc) • 691 B
JSON
{
"name": "@ipmanlk/reddit-simple",
"version": "2.2.1",
"description": "Simple wrapper over Reddit public API (no overhead, no auth token)",
"main": "index.js",
"scripts": {
"test": "mocha --timeout 10000",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ipmanlk/reddit-simple"
},
"keywords": [
"Reddit_Wrapper",
"Nodejs",
"Reddit"
],
"author": "Kiran Adhikari",
"license": "MIT",
"bugs": {
"url": "https://github.com/ipmanlk/reddit-simple/issues"
},
"homepage": "https://github.com/ipmanlk/reddit-simple#readme",
"dependencies": {},
"devDependencies": {
"mocha": "^6.1.4"
}
}