HELLO v3!!!

This commit is contained in:
Ryan Dewhurst
2018-09-26 21:12:01 +02:00
parent 28b9c15256
commit d268a86795
1871 changed files with 988118 additions and 0 deletions

View File

@@ -0,0 +1,40 @@
{
"name": "lvl99-omny-embed",
"version": "0.1.0",
"description": "Easily embed media hosted on Omny within your WordPress site. Supports URLs and the `[omny]` shortcode.",
"main": "lvl99-omny-embed.php",
"dependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {},
"keywords": [
"wordpress",
"embed",
"audio",
"media",
"omny",
"podcast"
],
"author": "Matt Scheurich <matt@lvl99.com>",
"license": "GPL-2.0",
"homepage": "http://www.github.com/lvl99/lvl99-omny-embed",
"devDependencies": {
"browserify": "^9.0.3",
"del": "^1.2.1",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.1.0",
"gulp-concat": "^2.5.2",
"gulp-less": "^3.0.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.0",
"gulp-uglify": "^1.1.0",
"gulp-uglifycss": "^1.0.4",
"gulp-util": "^3.0.4",
"gulp-watch": "^4.2.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"vinyl-transform": "^1.0.0",
"watchify": "^2.4.0"
}
}