forked from Yoast/wordpress-seo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.29 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
37
38
39
40
41
42
{
"name": "wordpress-seo",
"description": "Development files for the Yoast SEO plugin",
"plugin": {
"glotpress": "https://translate.yoast.com",
"textdomain": "wordpress-seo"
},
"pot": {
"reportmsgidbugsto": "https://github.com/yoast/wordpress-seo/issues",
"languageteam": "Yoast Translate <translations@yoast.com>",
"lasttranslator": "Yoast Translate Team <translations@yoast.com>"
},
"repository": {
"type": "git",
"url": "https://github.com/Yoast/wordpress-seo"
},
"devDependencies": {
"assemble-less": "~0.7.0",
"grunt": "^0.4.5",
"grunt-autoprefixer": "^1.0.1",
"grunt-checktextdomain": "^1.0.0",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-imagemin": "^0.9.2",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-glotpress": "^0.1.1",
"grunt-jsbeautifier": "~0.2.7",
"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-css": "cedaro/grunt-wp-css#develop",
"grunt-wp-i18n": "^0.4.8",
"load-grunt-config": "^0.16.0",
"time-grunt": "^1.0.0"
}
}