-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
39 lines (39 loc) · 896 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
36
37
38
39
{
"name": "grunt-wp-i18n",
"description": "Internationalize WordPress themes and plugins.",
"version": "1.0.3",
"homepage": "https://github.com/cedaro/grunt-wp-i18n",
"license": "MIT",
"author": {
"name": "Brady Vercher",
"email": "[email protected]",
"url": "https://www.cedaro.com/"
},
"repository": "cedaro/grunt-wp-i18n",
"bugs": {
"url": "https://github.com/cedaro/grunt-wp-i18n/issues"
},
"engines": {
"node": ">=0.12.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"grunt": "^1.0.3",
"node-wp-i18n": "^1.2.2"
},
"devDependencies": {
"gettext-parser": "^3.1.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^2.0.0",
"grunt-contrib-nodeunit": "^2.0.0"
},
"keywords": [
"gruntplugin",
"wordpress",
"i18n",
"translation"
]
}