wiki-infobox-parser-core
Version:
Parser for Wikipedia Infobox.
40 lines (39 loc) • 826 B
JSON
{
"author": "Zhipeng Jiang <jesusjzp@gmail.com>",
"name": "wiki-infobox-parser-core",
"description": "Parser for Wikipedia Infobox.",
"version": "0.0.3",
"main": "./index.js",
"contributors": [],
"repository": {
"type": "git",
"url": "git+https://github.com/zp-j/wiki-infobox-parser-core.git"
},
"engines": {
"node": "*",
"npm": "*"
},
"devDependencies": {
"jshint": "*",
"mocha": "*"
},
"bugs": {
"url": "https://github.com/zp-j/wiki-infobox-parser-core/issues"
},
"homepage": "https://github.com/zp-j/wiki-infobox-parser-core",
"directories": {
"test": "test"
},
"scripts": {
"test": "make test"
},
"keywords": [
"Wikipedia",
"Infobox",
"Parser",
"Web scrapering",
"Text minging"
],
"license": "MIT",
"dependencies": {}
}