Skip to content

Commit

Permalink
bower package
Browse files Browse the repository at this point in the history
  • Loading branch information
Brett Jephson committed Feb 16, 2014
1 parent b19977c commit d1b83e3
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "ash-js",
"version": "1.0.0",
"homepage": "https://github.com/brejep/ash-js",
"authors": [
"Brett Jephson <[email protected]>"
],
"description": "A Javascript port of Ash Framework, an entity-based framework for game development",
"main": "build/ash.js",
"keywords": [
"game",
"development",
"entity",
"components",
"framework",
"Ash"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit d1b83e3

Please sign in to comment.