UNPKG

leagueofcomicgeeks

Version:

Unofficial Node.js library for interacting with League of Comic Geeks

34 lines (33 loc) 845 B
{ "name": "leagueofcomicgeeks", "version": "1.1.0", "description": "Unofficial Node.js library for interacting with League of Comic Geeks", "main": "index.js", "scripts": { "test-integration": "jasmine test/integration.spec.js --random=false", "test": "npm run lint", "lint": "eslint ." }, "keywords": [ "comic", "league of comic geeks" ], "author": "Alistair Brown <npm@alistairjcbrown.com>", "license": "MIT", "dependencies": { "cheerio": "^1.0.0-rc.2", "cookie": "^0.3.1", "lodash": "^4.17.10", "moment": "^2.22.2", "query-string": "^6.1.0", "request": "^2.87.0" }, "devDependencies": { "dotenv": "^6.0.0", "eslint": "^4.19.1", "eslint-config-airbnb-base": "^13.0.0", "eslint-plugin-import": "^2.12.0", "jasmine": "^3.1.0", "sinon": "^6.0.0" } }