-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
28 lines (28 loc) · 986 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
{
"name": "seo-data-transporter",
"description": "Development files for the SEO Data Transporter plugin.",
"repository": {
"type": "git",
"url": "https://github.com/copyblogger/seo-data-transporter"
},
"dependencies": {},
"devDependencies": {
"adm-zip": "^0.5.16",
"minimatch": "^10.0.1"
},
"plugin": {
"name": "SEO Data Transporter",
"uri": "https://github.com/copyblogger/seo-data-transporter",
"description": "SEO Data Transporter helps you transfer post/page specific SEO data, like custom doctitles, custom META descriptions and keywords, etc., from one platform (theme or plugin) to another.",
"author": "StudioPress",
"authoruri": "https://www.studiopress.com/",
"version": "1.1.2",
"license": "GPL-2.0-or-later",
"licenseuri": "https://www.gnu.org/licenses/gpl-2.0.html",
"textdomain": "seo-data-transporter"
},
"scripts": {
"makepot": "composer makepot",
"zip": "node scripts/create-zip.js"
}
}