-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 781 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 781 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "yoast-test-helper",
"description": "A plugin to aid in testing and developing the Yoast SEO plugin and its extensions.",
"plugin": {
"glotpress": "https://translate.yoast.com",
"glotpress_path": "yoast-test-helper",
"textdomain": "yoast-test-helper"
},
"pot": {
"reportmsgidbugsto": "https://github.com/yoast/yoast-test-helper/issues",
"languageteam": "Yoast Translate <translations@yoast.com>",
"lasttranslator": "Yoast Translate Team <translations@yoast.com>"
},
"repository": "https://github.com/Yoast/yoast-test-helper.git",
"author": "Yoast",
"license": "SEE LICENSE IN license.txt",
"devDependencies": {
"@yoast/grunt-plugin-tasks": "^1.7.2"
},
"dependencies": {},
"yoast": {
"pluginVersion": "1.18"
}
}