ghcrawler/package.json

42 строки
1022 B
JSON

{
"name": "ghcrawler",
"version": "0.1.19",
"description": "A robust GitHub API crawler that walks a queue of GitHub entities retrieving and storing their contents.",
"main": "./index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha test/**/*.js"
},
"keywords": [
"github",
"api",
"crawler",
"pagination"
],
"author": "William Bartholomew <willbar@microsoft.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/microsoft/ghcrawler.git"
},
"homepage": "https://github.com/microsoft/ghcrawler#readme",
"bugs": {
"url": "https://github.com/microsoft/ghcrawler"
},
"dependencies": {
"extend": "3.0.0",
"moment": "2.15.2",
"node-uuid": "^1.4.7",
"parse-link-header": "^0.4.1",
"q": "1.4.1",
"qlimit": "^0.1.1"
},
"devDependencies": {
"chai": "^3.5.0",
"grunt": "^1.0.1",
"grunt-mocha-test": "^0.13.2",
"istanbul": "^0.4.5",
"mocha": "^3.1.2",
"sinon": "^1.17.6"
}
}