UNPKG

reddit.js

Version:

Reddit API wrapper for the browser

46 lines (45 loc) 1.07 kB
{ "name": "reddit.js", "version": "0.1.4", "description": "Reddit API wrapper for the browser", "keywords": [ "Browser", "Reddit", "API", "CORS" ], "main": "reddit.min.js", "author": "Sahil Muthoo <sahil.muthoo@gmail.com> (https://www.sahilm.com)", "licenses": [ { "type": "MIT", "url": "https://raw.githubusercontent.com/sahilm/reddit.js/master/LICENSE" } ], "repository": { "type": "git", "url": "git://github.com/sahilm/reddit.js.git" }, "devDependencies": { "bower": "^1.8.0", "chai": "^4.0.1", "jshint": "^2.9.4", "mocha": "^3.4.2", "phantomjs-prebuilt": "^2.1.14", "testling": "^1.7.1", "uglify-js": "^3.0.15" }, "testling": { "harness": "mocha-bdd", "scripts": [ "spec/util/sinon.js", "spec/util/sinon-ie.js", "reddit.min.js" ], "files": "spec/*.js" }, "scripts": { "test": "jshint reddit.js spec/*.js && testling", "minify": "uglifyjs reddit.js --compress --lint --screw-ie8 --comments --output reddit.min.js" } }