-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 858 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
{
"name": "fragmentions",
"title": "Fragmentions",
"description": "Fragmentions allow linking to document sections on WordPress sites using words or phrases.",
"version": "1.4.0",
"homepage": "https://wordpress.org/plugins/fragmentions/",
"repository": {
"type": "git",
"url": "https://github.com/goblindegook/fragmentions"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-checktextdomain": "^1.0.0",
"grunt-composer": "^0.4.4",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-compress": "^0.14.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-exec": "^0.4.6",
"grunt-phpunit": "^0.3.6",
"grunt-po2mo": "^0.1.2",
"grunt-wp-deploy": "^1.0.3",
"grunt-wp-i18n": "^0.5.3",
"load-grunt-tasks": "^3.2.0"
},
"keywords": [
"annotations",
"plugin",
"wordpress",
"wp-plugin"
]
}