forked from sheabunge/footer-text
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 823 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
{
"name": "footer-text",
"version": "2.0.2",
"description": "Allow changing of the theme footer text easily from the dashboard.",
"repository": {
"type": "git",
"url": "https://github.com/sheabunge/footer-text.git"
},
"keywords": [
"wordpress-plugin"
],
"author": "Shea Bunge <bungeshea@gmail.com> (https://sheabunge.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/sheabunge/footer-text/issues"
},
"homepage": "https://github.com/sheabunge/footer-text",
"devDependencies": {
"grunt": "^0.4.2",
"grunt-contrib-copy": "^0.5.0",
"grunt-po2mo": "^0.1.0",
"grunt-pot": "^0.1.2",
"grunt-contrib-clean": "^0.5.0",
"grunt-checktextdomain": "^0.1.1",
"grunt-newer": "^0.6.1",
"load-grunt-tasks": "^0.3.0",
"grunt-wp-deploy": "^0.3.0"
}
}