wikipedia-image
Version:
Wikipedia URL to image URL lookup
31 lines (30 loc) • 749 B
JSON
{
"name": "wikipedia-image",
"version": "1.0.1",
"description": "Wikipedia URL to image URL lookup",
"main": "wikipedia-image.js",
"dependencies": {
"node-promise": "^0.5.10",
"sparql-client": "^0.1.0"
},
"devDependencies": {},
"scripts": {
"test": "node test.js"
},
"keywords": [
"wikipedia",
"dbpedia",
"image",
"depiction"
],
"author": "Daniel Alexander Smith <daniel@danielsmith.eu> (https://danielsmith.eu/)",
"license": "ISC",
"repository": {
"type": "git",
"url": "git://github.com/danielsmith-eu/wikipedia-image.git"
},
"bugs": {
"url": "https://github.com/danielsmith-eu/wikipedia-image/issues"
},
"homepage": "https://github.com/danielsmith-eu/wikipedia-image"
}