forked from CastosHQ/Seriously-Simple-Podcasting
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.63 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "seriously-simple-podcasting",
"version": "2.2.0",
"main": "build/index.js",
"author": "CastosHQ",
"devDependencies": {
"@wordpress/scripts": "8.0.1",
"grunt": "^1.3.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-uglify": "^5.0.0"
},
"description": "[Seriously Simple Podcasting](https://castos.com/seriously-simple-podcasting/?utm_medium=sspodcasting&utm_source=wordpress&utm_campaign=wpplugin_08_2019) is an easy-to-use podcasting solution for WordPress that is as powerful as it is simple. It uses a native WordPress interface and has minimal settings so as not to distract you from what you really need to do - publish your content.",
"directories": {
"test": "tests"
},
"scripts": {
"start": "wp-scripts start",
"build": "wp-scripts build",
"postinstall": "rm -rf vendor/ && composer install && wp-scripts build",
"predeploy": "rm -rf vendor/ && composer install --prefer-dist --no-dev && grunt uglify && grunt cssmin && wp-scripts build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CastosHQ/Seriously-Simple-Podcasting.git"
},
"keywords": [
"podcast",
"audio",
"video",
"vodcast",
"rss",
"mp3",
"mp4",
"feed",
"itunes",
"podcasting",
"media",
"stitcher",
"google",
"play",
"playlist"
],
"license": "GPL-2.0-only",
"bugs": {
"url": "https://github.com/CastosHQ/Seriously-Simple-Podcasting/issues"
},
"homepage": "https://github.com/CastosHQ/Seriously-Simple-Podcasting#readme",
"dependencies": {
"classnames": "^2.2.6",
"interweave": "^12.5.0",
"react": "^16.13.1"
}
}