Skip to content

Commit a865625

Browse files
committed
added bower support - fixes #41
1 parent f4fbb03 commit a865625

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

component.json

+16-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
{
22
"name": "isomer",
33
"version": "0.2.4",
4-
"main": "index.js",
5-
"scripts": [ "dist/isomer.js" ]
4+
"main": "dist/isomer.js",
5+
"scripts": [
6+
"dist/isomer.js"
7+
],
8+
"homepage": "https://github.com/jdan/isomer",
9+
"authors": [
10+
"Jordan Scales <[email protected]>"
11+
],
12+
"description": "A simple isometric graphics library for HTML5 canvas",
13+
"keywords": [
14+
"graphics",
15+
"isometric",
16+
"canvas",
17+
"3D"
18+
],
19+
"license": "MIT"
620
}

0 commit comments

Comments
 (0)