forked from kbarresi/wikidata-search
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 829 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "wikidata-search",
"version": "1.0.3",
"description": "Perform easy entity searches using Wikidata. Supply an entity name, and get back a bunch of structured data about that entity.",
"main": "./lib/wikidata-search.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kbarresi/wikidata-search.git"
},
"keywords": [
"wikidata",
"search"
],
"author": "Kevin Barresi <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/kbarresi/wikidata-search/issues"
},
"homepage": "https://github.com/kbarresi/wikidata-search#readme",
"dependencies": {
"moment": "^2.18.1",
"request": "latest",
"sync-request": "^4.0.1",
"then-request": "^2.2.0"
}
}