Skip to content

Commit

Permalink
bower ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ondras committed Sep 11, 2014
1 parent 5a449dc commit 5de454d
Showing 1 changed file with 23 additions and 27 deletions.
50 changes: 23 additions & 27 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,25 @@
{
"name": "rot.js",
"main": "rot.js",
"version": "0.5.0",
"authors": [
"Ondrej Zara <[email protected]> (http://ondras.zarovi.cz/)"
],
"description": "A roguelike toolkit in JavaScript",
"keywords": [
"rogue",
"roguelike",
"game",
"ascii",
"tiles",
"dungeon",
"los",
"fov",
"lighting"
],
"license": "BSD License",
"homepage": "http://ondras.github.io/rot.js/hp/",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
"name": "rot.js",
"main": "rot.js",
"version": "0.5.0",
"authors": [
"Ondrej Zara <[email protected]> (http://ondras.zarovi.cz/)"
],
"description": "A roguelike toolkit in JavaScript",
"keywords": [
"rogue",
"roguelike",
"game",
"ascii",
"tiles",
"dungeon",
"los",
"fov",
"lighting"
],
"license": "BSD License",
"homepage": "http://ondras.github.io/rot.js/hp/",
"ignore": [
"*"
]
}

0 comments on commit 5de454d

Please sign in to comment.