UNPKG

@r/api-client

Version:
56 lines (55 loc) 1.5 kB
{ "name": "@r/api-client", "version": "3.37.0", "description": "A wrapper for Reddit's API", "main": "build.js", "scripts": { "watch": "blueprints -w", "build": "blueprints", "prepublish": "npm run build", "lint": "eslint ./src", "repl": "./repl" }, "repository": { "type": "git", "url": "https://github.com/reddit/node-api-client" }, "keywords": [ "reddit", "api" ], "author": "reddit.com", "license": "MIT", "bugs": { "url": "https://github.com/reddit/node-api-client/issues" }, "peerDependencies": { "lodash": "4.x", "superagent": "1.x" }, "devDependencies": { "@r/build": "~0.10.1", "babel-core": "^6.8.0", "babel-eslint": "^6.0.4", "babel-plugin-syntax-trailing-function-commas": "^6.8.0", "babel-plugin-transform-async-to-generator": "^6.8.0", "babel-plugin-transform-class-properties": "^6.8.0", "babel-plugin-transform-object-rest-spread": "^6.8.0", "babel-plugin-transform-react-constant-elements": "^6.8.0", "babel-plugin-transform-react-inline-elements": "^6.8.0", "babel-polyfill": "6.8.0", "babel-preset-es2015": "^6.5.0", "babel-preset-react": "^6.5.0", "babel-register": "6.5.1", "chai": "3.5.0", "eslint": "^2.9.0", "eslint-plugin-babel": "2.1.1", "eslint-plugin-react": "3.16.1", "lodash": "4.x", "mocha": "2.4.5", "sinon": "1.17.4", "sinon-chai": "2.8.0", "superagent": "1.x", "webpack": "2.1.0-beta.7" } }