Skip to content

Commit 19993ca

Browse files
committed
Merge pull request #11 from danwild/patch-1
Create bower.json
2 parents 4fbe177 + 9f280b8 commit 19993ca

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)