-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathpackage.json
36 lines (36 loc) · 1.09 KB
/
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
{
"name": "wpseo-woocommerce",
"description": "Development files for the WordPress WooCommerce SEO plugin",
"plugin": {
"glotpress": "https://translate.yoast.com",
"slug": "woocommerce-seo",
"textdomain": "yoast-woo-seo"
},
"pot": {
"reportmsgidbugsto": "https://github.com/yoast/wpseo-woocommerce/issues",
"languageteam": "Yoast Translate <translations@yoast.com>",
"lasttranslator": "Yoast Translate Team <translations@yoast.com>"
},
"repository": {
"type": "git",
"url": "https://github.com/Yoast/wpseo-woocommerce"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-checktextdomain": "^0.1.1",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-glotpress": "^0.1.1",
"grunt-jscs": "^0.8.1",
"grunt-jsonlint": "^1.0.4",
"grunt-jsvalidate": "^0.2.2",
"grunt-phpcs": "^0.2.2",
"grunt-phplint": "0.0.5",
"grunt-replace": "^0.8.0",
"grunt-shell": "~1.1.1",
"grunt-wp-i18n": "^0.4.8",
"load-grunt-config": "^0.16.0",
"time-grunt": "^1.0.0"
}
}