forked from pfefferle/wordpress-semantic-linkbacks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 822 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": "wordpress-semantic-linkbacks",
"version": "3.2.0",
"description": "Semantic Trackbacks/Pingbacks/WebMentions for WordPress!",
"main": "index.js",
"dependencies": {
"grunt": "^0.4.5"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-wp-deploy": "^1.0.3",
"grunt-wp-i18n": "^0.5.0",
"grunt-wp-readme-to-markdown": "^0.8.0"
},
"repository": {
"type": "git",
"url": "https://github.com/pfefferle/wordpress-semantic-linkbacks.git"
},
"keywords": [
"wordpress",
"webmention",
"pingback",
"trackback",
"linkback"
],
"author": "Matthias Pfefferle",
"license": "GPL-2.0+",
"bugs": {
"url": "https://github.com/pfefferle/wordpress-semantic-linkbacks/issues"
},
"homepage": "https://github.com/pfefferle/wordpress-semantic-linkbacks"
}