| 1 |
{ |
| 2 |
"name": "simple-urls", |
| 3 |
"description": "Development files for the Simple URLs plugin.", |
| 4 |
"repository": { |
| 5 |
"type": "git", |
| 6 |
"url": "https://github.com/studiopress/simple-urls" |
| 7 |
}, |
| 8 |
"dependencies": {}, |
| 9 |
"devDependencies": { |
| 10 |
"node-wp-i18n": "^1.2.3" |
| 11 |
}, |
| 12 |
"scripts": { |
| 13 |
"makepot": "wpi18n makepot --exclude=vendor,node_modules", |
| 14 |
"addtextdomain": "wpi18n addtextdomain --exclude=vendor,node_modules" |
| 15 |
}, |
| 16 |
"plugin": { |
| 17 |
"name": "Simple URLs", |
| 18 |
"uri": "https://github.com/studiopress/simple-urls", |
| 19 |
"description": "Simple URLs is a complete URL management system that allows you create, manage, and track outbound links from your site by using custom post types and 301 redirects.", |
| 20 |
"author": "StudioPress", |
| 21 |
"authoruri": "https://www.studiopress.com/", |
| 22 |
"version": "0.9.9", |
| 23 |
"license": "GPL-2.0+", |
| 24 |
"licenseuri": "https://www.gnu.org/licenses/gpl-2.0.html", |
| 25 |
"textdomain": "simple-urls" |
| 26 |
} |
| 27 |
} |
| 28 |
|