-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 1.08 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
{
"name": "really-simple-featured-audio",
"version": "1.0.5",
"description": "Really Simple Featured Audio plugin provides a really straightforward way of adding featured audio support to your custom post types. Adding your own audios 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/rsfa.pot"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JetixWP/really-simple-featured-audio.git"
},
"author": "JetixWP",
"license": "GPL-3.0-only",
"bugs": {
"url": "https://github.com/JetixWP/really-simple-featured-audio/issues"
},
"homepage": "https://jetixwp.com/plugins/really-simple-featured-audio",
"devDependencies": {
"@wordpress/scripts": "^27.7.0"
},
"files": [
"assets",
"includes",
"vendor",
"languages",
"changelog.json",
"readme.txt",
"really-simple-featured-audio.php"
]
}