forked from ahoereth/featured-video-plus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 716 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 716 Bytes
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
{
"name": "featured-video-plus",
"version": "2.2.0",
"description": "A WordPress plugin adding featured image like functionality for videos.",
"homepage": "http://yrnxt.com/wordpress/featured-video-plus",
"main": "featured-video-plus.php",
"author": "Alexander Höreth",
"license": "GPL2",
"repository": {
"type": "git",
"url": "https://github.com/ahoereth/featured-video-plus.git"
},
"bugs": {
"url": "https://github.com/ahoereth/featured-video-plus/issues"
},
"devDependencies": {
"del": "1.2.x",
"gulp": "3.9.x",
"gulp-less": "3.0.x",
"gulp-readme-to-markdown": "0.1.x",
"gulp-rename": "1.2.x",
"gulp-uglify": "1.2.x",
"merge-stream": "0.1.x"
}
}