-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added bower.json with package definition and dependencies. * Changed references from lib/ to bower_components/.
- Loading branch information
1 parent
a1220b6
commit 291506f
Showing
16 changed files
with
47 additions
and
3,613 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.