obelisk.js
Version:
JavaScript Library for Building Pixel Isometric Element with HTML5 Canvas
29 lines (28 loc) • 597 B
JSON
{
"name":"obelisk.js",
"homepage":"https://github.com/nosir/obelisk.js",
"authors":[
"Max Huang risonhuang@gmail.com"
],
"description":"JavaScript Library for Building Pixel Isometric Element with HTML5 Canvas",
"main":"build/obelisk.js",
"keywords":[
"javascript",
"canvas",
"pixel",
"isometric",
"game",
"graphic",
"art",
"2.5D",
"3D"
],
"license":"MIT",
"ignore":[
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}