UNPKG

@icyflame/node-9gag

Version:
32 lines (31 loc) 695 B
{ "name": "@icyflame/node-9gag", "version": "0.2.3", "description": "A simple API for accessing 9gag", "main": "index.js", "repository": { "type": "git", "url": "git+https://github.com/sachinb94/node-9gag.git" }, "bugs": { "url": "https://github.com/sachinb94/node-9gag/issues" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": { "name": "Sachin Bansal", "email": "sachinbansal94@gmail.com" }, "license": "MIT", "dependencies": { "request": "^2.56.0", "cheerio": "^0.19.0" }, "keywords": [ "9gag", "node-9gag", "gag" ], "homepage": "https://github.com/sachinb94/node-9gag#readme" }