UNPKG

ureddit

Version:

API Wrapper for the University of Reddit

35 lines (34 loc) 664 B
{ "name": "ureddit", "version": "1.0.0", "description": "API Wrapper for the University of Reddit", "keywords":[ "Reddit", "University", "UReddit", "API" ], "author":{ "name":"Gaurav Mali", "email":"hello@gauravmali.com", "url":"http://www.gauravmali.com" }, "repository": "http://github.com/GMali/UReddit/", "main": "./lib/UReddit", "dependencies": { "request": "2.11.x" }, "devDependencies": { "mocha": "0.3.x", "should": "1.1.x" }, "scripts": { "test": "make test" }, "licenses":[ { "type":"MIT", "url":"http://github.com/GMali/UReddit/blob/master/LICENSE" } ] }