habitica/bower.json
2013-09-06 19:19:43 +02:00

40 lines
1 KiB
JSON

{
"name": "HabitRPG",
"version": "0.1.1",
"homepage": "https://github.com/lefnire/habitrpg",
"authors": [
"Tyler Renelle <tylerrenelle@gmail.com>"
],
"private": true,
"ignore": [
"**/.*",
"node_modules",
"public/bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "~2.0.3",
"angular": "1.2.0-rc.1",
"angular-resource": "1.2.0-rc.1",
"angular-ui": "~0.4.0",
"angular-bootstrap": "~0.5.0",
"habitrpg-shared": "git://github.com/HabitRPG/habitrpg-shared.git#rewrite",
"bootstrap-tour": "~0.5.1",
"BrowserQuest": "https://github.com/mozilla/BrowserQuest.git",
"github-buttons": "git://github.com/mdo/github-buttons.git",
"jquery-ui": "~1.10.3",
"bootstrap-growl": "~1.1.0",
"jquery.cookie": "~1.3.1",
"sticky": "*",
"bootstrap-datepicker": "~1.2.0",
"bootstrap": "v2.3.2",
"angular-route": "1.2.0-rc.1",
"angular-ui-utils": "~0.0.4",
"angular-sanitize": "1.2.0-rc.1"
},
"resolutions": {
"jquery": "~2.0.3",
"bootstrap": "v2.3.2"
}
}