Skip to content

Instantly share code, notes, and snippets.

@JosephShering
Created November 1, 2017 23:57
Show Gist options
  • Save JosephShering/30c27855b011c17e944bef98015f3329 to your computer and use it in GitHub Desktop.
Save JosephShering/30c27855b011c17e944bef98015f3329 to your computer and use it in GitHub Desktop.
{
"name": "careermap",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/mocha --timeout 3000000",
"start": "node index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"adm-zip": "^0.4.7",
"cheerio": "^1.0.0-rc.2",
"hapi": "^16.6.2",
"hapi-plugin-websocket": "^1.2.17",
"inert": "^4.2.1",
"json2csv": "^3.11.5",
"left-pad": "^1.1.3",
"limiter": "^1.1.2",
"lodash": "^4.17.4",
"moment": "^2.19.1",
"mongodb": "^2.2.33",
"mongoose": "^4.12.4",
"node-zip": "^1.1.1",
"promise-throttle": "^0.3.1",
"request": "^2.83.0",
"request-promise-native": "^1.0.5",
"throttled-promise": "^1.0.1",
"unzip": "^0.1.11",
"xml2js": "^0.4.19"
},
"devDependencies": {
"mocha": "^4.0.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment