PluginProbe
Lasso Lite – Affiliate Link Manager & Product Displays / 112
Lasso Lite – Affiliate Link Manager & Product Displays v112
157 155 156 154 153 152 151 150 149 148 trunk 0.9.9 104 105 106 107 108 109 110 111 112 113 114 115 116 All 56 releases
simple-urls / package.json

package.json in Lasso Lite – Affiliate Link Manager & Product Displays 112, at package.json

28 lines 943 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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