We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b2f4b0 commit a7f7487Copy full SHA for a7f7487
1 file changed
bower.json
@@ -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