-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 857 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 857 Bytes
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
33
34
{
"name": "wikilookup",
"version": "0.2.3",
"description": "A tool to display info from Wikipedia (or private wikis) on selected terms in a webpage.",
"directories": {
"test": "tests"
},
"scripts": {
"test": "grunt test"
},
"keywords": [
"wikipedia"
],
"author": "Moriel Schottlender",
"license": "GPL-3.0",
"devDependencies": {
"eslint": "^5.12.0",
"eslint-config-wikimedia": "^0.5.0",
"grunt": "^1.0.2",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-qunit": "^2.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "20.1.0",
"qunit": "^2.6.1"
},
"dependencies": {
"jquery": "^3.4.1"
}
}