forked from mooeypoo/wikilookup-wordpress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 903 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
33
34
35
{
"name": "wordpress-wikilookup",
"version": "1.1.5",
"description": "Add content from Wikipedia and other wikis into your WordPress blog",
"main": "''",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mooeypoo/wikilookup-wordpress.git"
},
"keywords": [
"wikipedia",
"wiki",
"facts"
],
"author": "Moriel Schottlender",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/mooeypoo/wikilookup-wordpress/issues"
},
"homepage": "https://github.com/mooeypoo/wikilookup-wordpress#readme",
"devDependencies": {
"grunt": "^1.0.2",
"grunt-composer": "^0.4.5",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-replace": "^1.0.1",
"grunt-wp-i18n": "^1.0.3"
}
}