UNPKG

br-scraper

Version:

Brazilian electronic store web scrapping utility.

51 lines (50 loc) 1.47 kB
{ "name": "br-scraper", "version": "0.0.6", "description": "Brazilian electronic store web scrapping utility.", "main": "index.js", "scripts": { "lint": "npm run lint-js", "lint-js": "eslint modules/**/*.js stores/**/*.js tests/**/*.js public/js/*.js server/**/*.js tasks/**/*.js *.js", "lint-js-fix": "eslint modules/**/*.js stores/**/*.js tests/**/*.js public/js/*.js server/**/*.js tasks/**/*.js *.js --fix", "dev": "node tests/index.js", "nodemon": "nodemon tests/index.js", "precommit": "npm run lint", "test": "npm run lint" }, "repository": { "type": "git", "url": "git+https://github.com/franciscoknebel/br-scraper.git" }, "keywords": [ "brazil", "brasil", "web", "scraper", "scrapping" ], "author": "Francisco Knebel", "license": "MIT", "bugs": { "url": "https://github.com/franciscoknebel/br-scraper/issues" }, "homepage": "https://github.com/franciscoknebel/br-scraper#readme", "dependencies": { "cheerio": "^0.22.0", "dotenv": "^2.0.0", "path": "^0.12.7", "request": "^2.34", "request-promise-native": "^1.0.3" }, "devDependencies": { "morgan": "^1.7.0", "express": "^4.14.0", "eslint": "^3.8.0", "eslint-config-airbnb": "^12.0.0", "eslint-plugin-import": "^1.16.0", "eslint-plugin-jsx-a11y": "^2.2.3", "eslint-plugin-react": "^6.4.1", "husky": "^0.12.0" }, "tonicExampleFilename": "tests/tonic.js" }