salaries-indeed
Version:
Salaries for job titles in zip codes scraped from indeed.com
33 lines (32 loc) • 753 B
JSON
{
"name": "salaries-indeed",
"version": "1.0.0",
"description": "Salaries for job titles in zip codes scraped from indeed.com",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha test/test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mjstahl/salaries-indeed.git"
},
"keywords": [
"indeed",
"salary"
],
"author": "Mark Stahl <mjstahl@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mjstahl/salaries-indeed/issues"
},
"homepage": "https://github.com/mjstahl/salaries-indeed",
"dependencies": {
"cheerio": "^0.19.0",
"q": "^1.4.1",
"request": "^2.64.0"
},
"devDependencies": {
"chai": "^3.3.0",
"mocha": "^2.3.3"
}
}