ghcrawler/package.json

40 строки
974 B
JSON
Исходник Обычный вид История

2016-11-01 09:01:54 +03:00
{
"name": "ghcrawler",
2016-11-04 20:01:51 +03:00
"version": "0.1.3",
2016-11-01 09:01:54 +03:00
"description": "A robust GitHub API crawler that walks a queue of GitHub entities retrieving and storing their contents.",
2016-11-06 00:13:54 +03:00
"main": "./index.js",
2016-11-01 09:01:54 +03:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"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": {
2016-11-11 22:21:57 +03:00
"extend": "3.0.0",
2016-11-03 10:58:50 +03:00
"moment": "2.15.2",
2016-11-11 04:44:05 +03:00
"parse-link-header": "^0.4.1",
2016-11-08 19:04:58 +03:00
"q": "1.4.1",
2016-11-12 19:32:33 +03:00
"qlimit": "^0.1.1",
"query-string": "^4.2.3"
2016-11-01 09:01:54 +03:00
},
2016-11-06 00:13:54 +03:00
"devDependencies": {
"chai": "^3.5.0",
"grunt": "^1.0.1",
"grunt-mocha-test": "^0.13.2",
"mocha": "^3.1.2"
2016-11-01 09:01:54 +03:00
}
2016-11-01 09:03:26 +03:00
}