PluginProbe
Simple Ticker / 3.03
Simple Ticker v3.03
trunk 1.0 1.01 1.02 1.03 1.04 1.05 1.06 1.07 2.00 2.01 2.02 2.03 2.04 2.05 2.06 2.07 2.08 2.09 2.10 2.11 3.00 3.01 3.02 3.03 All 33 releases
simple-ticker / block / package.json

package.json in Simple Ticker 3.03, at block/package.json

21 lines 569 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "name": "simple-ticker",
3 "version": "1.0.1",
4 "description": "Simple Ticker Block",
5 "main": "simpleticker-block.js",
6 "scripts": {
7 "start": "wp-scripts start",
8 "build:simpleticker-block": "wp-scripts build src/simpleticker-block --output-path=dist",
9 "lint-js": "wp-scripts lint-js",
10 "test": "echo \"Error: no test specified\" && exit 1"
11 },
12 "author": "Katsushi Kawamori",
13 "license": "GPL-2.0-or-later",
14 "devDependencies": {
15 "@wordpress/scripts": "23.3.0"
16 },
17 "dependencies": {
18 "@wordpress/server-side-render": "^3.9.0"
19 }
20 }
21