github-jobs
Version:
Github Jobs API module
35 lines (34 loc) • 697 B
JSON
{
"name": "github-jobs",
"version": "0.1.0",
"description": "Github Jobs API module",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git://github.com/peterdemartini/github-jobs.git"
},
"keywords": [
"Github",
"Jobs",
"API",
"REST"
],
"author": "Peter DeMartini",
"license": "MIT",
"bugs": {
"url": "https://github.com/peterdemartini/github-jobs/issues"
},
"homepage": "https://github.com/peterdemartini/github-jobs",
"dependencies": {
"lodash": "~2.4.1",
"q": "^1.4.1",
"restler": "~3.2.2",
"urijs": "^1.17.0"
},
"devDependencies": {
"mocha": "^2.3.4"
}
}