UNPKG

dcard

Version:

👫 Unofficial Dcard API wrapper for Node.js developers.

68 lines (67 loc) • 1.89 kB
{ "name": "dcard", "version": "3.0.19", "description": "👫 Unofficial Dcard API wrapper for Node.js developers.", "main": "lib/dcard.js", "scripts": { "test": "babel-node test/index.js", "build": "babel src -d lib", "test-build": "npm run build && npm test", "start": "babel-node examples/login.js", "doc": "documentation serve src/dcard.js -w", "build-doc": "documentation readme src/dcard.js --section=Introduction --readme-file=docs/README.md", "flow": "flow; test $? -eq 0 -o $? -eq 2", "lint": "eslint src/ && flow" }, "author": "Calvin Cheng <locky4567@gmail.com> (https://github.com/lockys)", "contributors": [ { "name": "John Lin", "email": "linton.tw@gmail.com" }, { "name": "Kai Hao", "email": "kevin830726@gmail.com" } ], "license": "MIT", "dependencies": { "cookie": "^0.3.1", "isomorphic-fetch": "^2.2.1", "lodash": "^4.17.4", "qs": "^6.3.0", "babel-runtime": "^6.20.0" }, "directories": { "doc": "doc" }, "devDependencies": { "babel-cli": "^6.6.5", "babel-eslint": "^7.1.1", "babel-plugin-transform-flow-strip-types": "^6.22.0", "babel-plugin-transform-runtime": "^6.22.0", "babel-preset-latest": "^6.22.0", "babel-preset-stage-0": "^6.22.0", "babel-register": "^6.7.2", "documentation": "^4.0.0-beta.18", "eslint": "3.13.0", "eslint-config-airbnb": "^14.0.0", "eslint-plugin-import": "2.2.0", "eslint-plugin-jsdoc": "^2.4.0", "eslint-plugin-jsx-a11y": "3.0.2", "eslint-plugin-react": "6.9.0", "flow-bin": "^0.38.0" }, "repository": { "type": "git", "url": "https://github.com/lockys/Dcard.js.git" }, "keywords": [ "dcard", "retriever" ], "bugs": { "url": "https://github.com/lockys/Dcard.js/issues" }, "homepage": "https://github.com/lockys/Dcard.js" }