Skip to content

Commit

Permalink
Bower support.
Browse files Browse the repository at this point in the history
* Added bower.json with package definition and dependencies.
* Changed references from lib/ to bower_components/.
  • Loading branch information
LeonardoVal committed Apr 18, 2014
1 parent a1220b6 commit 291506f
Show file tree
Hide file tree
Showing 16 changed files with 47 additions and 3,613 deletions.
30 changes: 30 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "ludorum",
"version": "0.1.1",
"authors": [
"Leonardo Val <leonardo.val@creatartis.com>"
],
"description": "A board game implementation library, focusing on artificial intelligence.",
"moduleType": [
"amd", "globals", "node"
],
"keywords": [
"board game", "game", "minimax", "artificial intelligence", "game ai"
],
"license": "MIT",
"homepage": "http://creatartis.com",
"private": true,
"main": "build/ludorum.js",
"ignore": [
"**/.*",
"node_modules", "bower_components", "src", "tests", "docs",
"bower.json", "package.json", "Gruntfile.js", "LICENSE.md", "README.md"
],
"dependencies": {
"requirejs": "2.1.9",
"basis": "git://github.com/LeonardoVal/basis.js.git"
},
"devDependencies": {
"jquery": "~2.0.3"
}
}
4 changes: 3 additions & 1 deletion build/ludorum.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/ludorum.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/ludorum.min.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 291506f

Please sign in to comment.