forked from Benestar/ask-wikidata
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 814 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
30
31
32
{
"name": "ask-wikidata",
"description": "Do you have a question? Ask Wikidata! This tool lets you enter a question and tries to parse it. If it understands what you want to know, it will search for this information on Wikidata.",
"version": "0.1.0",
"keywords": [
"wikidata"
],
"repository": {
"type": "git",
"url": "git://github.com/Benestar/ask-wikidata.git"
},
"author": {
"name": "Bene*",
"email": "benestar.wikimedia@gmail.com",
"web": "https://github.com/Benestar"
},
"demos": [
"https://tools.wmflabs.org/bene/ask/"
],
"license": "GNU GPL v2+",
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"qunit": "~0.5.15",
"grunt": "~0.4.2",
"grunt-contrib-qunit": "~0.2.1",
"grunt-jsonlint": "~1.0.4",
"grunt-contrib-jshint": "~0.7.2",
"qunitjs": "~1.11.0"
}
}