job-scraper
Version:
An api that returns job prospect data scraped from indeed and monster
80 lines (79 loc) • 1.77 kB
JSON
{
"name": "job-scraper",
"version": "2.4.0",
"description": "An api that returns job prospect data scraped from indeed and monster",
"main": "./dist/index.js",
"module": "./src/index.js",
"scripts": {
"build": "babel src --out-dir dist && webpack && rm dist/job-scraper.js",
"prepublishOnly": "npm run build",
"test": "ava"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nasser85/job-scraper.git"
},
"keywords": [
"web",
"scraping",
"scraper",
"api",
"json",
"jobs",
"job",
"indeed",
"monster"
],
"dependencies": {
"babel-polyfill": "^6.26.0",
"jquery": "^3.3.1"
},
"devDependencies": {
"autoprefixer": "^8.5.0",
"ava": "^0.21.0",
"babel-cli": "^6.24.1",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.5.1",
"babel-register": "^6.24.1",
"css-loader": "^0.28.11",
"cssnano": "^3.10.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"optimize-css-assets-webpack-plugin": "^4.0.1",
"postcss-loader": "^2.1.5",
"precss": "^3.1.2",
"style-loader": "^0.21.0",
"webpack": "^4.8.3",
"webpack-cli": "^2.1.3"
},
"babel": {
"presets": [
[
"env",
{
"targets": {
"browsers": [
"last 2 versions",
"ie >= 10"
],
"node": "current"
}
}
]
]
},
"ava": {
"require": [
"babel-register"
],
"babel": "inherit"
},
"jobScraperCss": [
"css/job-scraper.min.css"
],
"author": "Nasser Abouelazm",
"license": "MIT",
"bugs": {
"url": "https://github.com/nasser85/job-scraper/issues"
},
"homepage": "https://github.com/nasser85/job-scraper#readme"
}