-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
34 lines (34 loc) · 1.1 KB
/
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
29
30
31
32
33
34
{
"name": "really-simple-featured-video",
"version": "0.26.0",
"description": "Really Simple Featured Video plugin provides a really straightforward way of adding featured video support to your custom post types. Adding your own videos to the site is a breeze and you get an easy to use settings panel with the options you really need.",
"main": "index.js",
"scripts": {
"plugin-zip": "wp-scripts plugin-zip",
"packages-update": "wp-scripts packages-update",
"plugin-translate": "wp i18n make-pot . ./languages/rsfv.pot"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JetixWP/really-simple-featured-video.git"
},
"author": "JetixWP",
"license": "GPL-3.0-only",
"bugs": {
"url": "https://github.com/JetixWP/really-simple-featured-video/issues"
},
"homepage": "https://jetixwp.com/plugins/really-simple-featured-video",
"devDependencies": {
"@wordpress/scripts": "^27.7.0"
},
"files": [
"assets",
"freemius",
"includes",
"vendor",
"languages",
"changelog.json",
"readme.txt",
"really-simple-featured-video.php"
]
}