diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..be01272 --- /dev/null +++ b/bower.json @@ -0,0 +1,26 @@ +{ + "name": "obelisk.js", + "version": "1.0.2", + "homepage": "https://github.com/nosir/obelisk.js", + "authors": [ + "max huang risonhuang@gmail.com" + ], + "description": "JavaScript Engine to Build Pixel Isometric Element with HTML5 Canvas", + "main": "build/obelisk.min.js", + "keywords": [ + "pixel", + "isometric", + "game", + "graphic", + "art", + "2.5D" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +}