UNPKG

reddit-simple

Version:
31 lines 684 B
{ "name": "reddit-simple", "version": "2.1.1", "description": "Simple Reddit Wrapper for Public URL", "main": "index.js", "scripts": { "test": "mocha --timeout 10000", "start": "node index.js" }, "repository": { "type": "git", "url": "git+https://github.com/ErKiran/reddit-wrapper.git" }, "keywords": [ "Reddit_Wrapper", "Nodejs", "Reddit" ], "author": "Kiran Adhikari", "license": "MIT", "bugs": { "url": "https://github.com/ErKiran/reddit-wrapper/issues" }, "homepage": "https://github.com/ErKiran/reddit-wrapper#readme", "dependencies": { "axios": "^0.19.0" }, "devDependencies": { "mocha": "^6.1.4" } }