diff --git a/bower.json b/bower.json index be01272..b3d10a7 100644 --- a/bower.json +++ b/bower.json @@ -1,26 +1,28 @@ { - "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" - ] + "name":"obelisk.js", + "version":"1.0.2", + "homepage":"https://github.com/nosir/obelisk.js", + "authors":[ + "max huang risonhuang@gmail.com" + ], + "description":"JavaScript Engine for Building Pixel Isometric Element with HTML5 Canvas", + "main":"build/obelisk.min.js", + "keywords":[ + "javascript", + "canvas", + "pixel", + "isometric", + "game", + "graphic", + "art", + "2.5D" + ], + "license":"MIT", + "ignore":[ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] } diff --git a/package.json b/package.json index fa4513c..914b3fa 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name":"obelisk.js", "version":"1.0.2", - "description":"JavaScript Engine to Build Pixel Isometric Element with HTML5 Canvas", + "description":"JavaScript Engine for Building Pixel Isometric Element with HTML5 Canvas", "main":"Gruntfile.js", "dependencies":{ "grunt":"~0.4.1" @@ -20,6 +20,8 @@ "url":"https://github.com/rison/obelisk.js.git" }, "keywords":[ + "javascript", + "canvas", "pixel", "isometric", "game",