Skip to content

Commit 46460ba

Browse files
author
Son Tran-Nguyen
committed
Add bower package
1 parent 0ea62a2 commit 46460ba

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

bower.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "tinymce-plugin-video",
3+
"description": "A TinyMCE plugin to embed a video",
4+
"main": "plugin.js",
5+
"authors": [
6+
"BrandExtract"
7+
],
8+
"license": "ISC",
9+
"keywords": [
10+
"TinyMCE",
11+
"plugin",
12+
"video",
13+
"YouTube",
14+
"Vimeo"
15+
],
16+
"homepage": "https://github.com/BrandExtract/tinymce-plugin-video",
17+
"ignore": [
18+
"**/.*",
19+
"node_modules",
20+
"bower_components",
21+
"test",
22+
"tests"
23+
]
24+
}

0 commit comments

Comments
 (0)