Skip to content

Commit

Permalink
Update json configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
rison committed Mar 31, 2014
1 parent 5a4c99b commit 6dd2470
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 25 deletions.
50 changes: 26 additions & 24 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,28 @@
{
"name": "obelisk.js",
"version": "1.0.2",
"homepage": "https://github.com/nosir/obelisk.js",
"authors": [
"max huang [email protected]"
],
"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 [email protected]"
],
"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"
]
}
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -20,6 +20,8 @@
"url":"https://github.com/rison/obelisk.js.git"
},
"keywords":[
"javascript",
"canvas",
"pixel",
"isometric",
"game",
Expand Down

0 comments on commit 6dd2470

Please sign in to comment.