Skip to content

Commit a7f7487

Browse files
author
Son Tran-Nguyen
committed
Add bower
1 parent 9b2f4b0 commit a7f7487

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

bower.json

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

0 commit comments

Comments
 (0)