semantic-crawler
Version:
Priority based Semantic Web Crawler.
51 lines (50 loc) • 1.15 kB
JSON
{
"name": "semantic-crawler",
"version": "0.0.2",
"description": "Priority based Semantic Web Crawler.",
"main": "semantic-crawler.js",
"keywords": [
"semantic-crawler",
"pdf-crawler",
"text-crawler",
"priority",
"priority-crawler",
"scraper",
"crawling",
"spider",
"scraper",
"scraping",
"simplecrawler",
"crawler",
"osmosis",
"js-crawler",
"supercrawler",
"node-web-crawler",
"web-crawler"
],
"dependencies": {
"crawler-request": "^1.1.3",
"polarity-rate": "^1.1.3"
},
"devDependencies": {
"mocha": "^4.0.1"
},
"scripts": {
"test": "node node_modules/mocha/bin/_mocha --recursive --slow 20000",
"start": "node semantic-crawler.js"
},
"homepage": "https://gitlab.com/autokent/semantic-crawler",
"bugs": {
"url": "https://gitlab.com/autokent/semantic-crawler/issues",
"email": "mehmet.kozan@live.com"
},
"repository": {
"type": "git",
"url": "https://gitlab.com/autokent/semantic-crawler.git"
},
"author": "Mehmet Kozan <mehmet.kozan@live.com>",
"license": "MIT",
"engines": {
"node": ">=6.8.1"
}
}