Skip to content

Commit 9f280b8

Browse files
committed
Create bower.json
Thanks for creating the plugin! Please add a bower.json file so we can install your plugin via pkg manager. Thanks, Dan
1 parent 4fbe177 commit 9f280b8

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

bower.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "cesium-drawhelper",
3+
"version": "0.0.0",
4+
"homepage": "https://github.com/leforthomas/cesium-drawhelper",
5+
"authors": [
6+
"Thomas Lefort"
7+
],
8+
"description": "A very early stage shape editor for Cesium. Currently limited to 2D and simple shapes.",
9+
"main": ["DrawHelper.js", "DrawHelper.css"],
10+
"keywords": [
11+
"cesiumjs"
12+
],
13+
"license": "Apache 2.0",
14+
"ignore": [
15+
"**/.*",
16+
"node_modules",
17+
"bower_components",
18+
"test",
19+
"tests"
20+
]
21+
}

0 commit comments

Comments
 (0)