habitica-self-host/bower.json

54 lines
1.6 KiB
JSON
Raw Normal View History

2013-08-25 01:06:37 +00:00
{
"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.1.0",
"jquery.cookie": "~1.4.0",
"angular": "1.3.9",
2014-04-14 02:24:47 +00:00
"angular-ui": "~0.4.0",
"angular-sanitize": "1.3.9",
"angular-resource": "1.3.9",
"angular-ui-utils": "~0.1.0",
"angular-ui-select2": "git://github.com/angular-ui/ui-select2.git",
"angular-bootstrap": "~0.13.0",
2014-11-26 11:38:02 +00:00
"angular-loading-bar": "~0.6.0",
2014-01-30 18:34:50 +00:00
"bootstrap": "~3.1.0",
2014-02-04 19:53:09 +00:00
"bootstrap-growl": "git://github.com/ifightcrime/bootstrap-growl.git#master",
"bootstrap-tour": "~0.10.1",
2014-08-08 14:03:52 +00:00
"BrowserQuest": "git://github.com/browserquest/BrowserQuest.git",
2013-08-28 04:47:21 +00:00
"github-buttons": "git://github.com/mdo/github-buttons.git",
"marked": "~0.2.9",
"Angular-At-Directive": "git://github.com/snicker/Angular-At-Directive#master",
"js-emoji": "git://github.com/snicker/js-emoji#master",
"sticky": "*",
"swagger-ui": "git://github.com/wordnik/swagger-ui.git#v2.0.24",
"ngInfiniteScroll": "1.0.0",
2014-04-08 17:16:06 +00:00
"jquery-colorbox": "~1.4.36",
"pnotify": "~1.3.1",
"jquery-ui": "~1.10.3",
"hello": "~1.5.0",
"css-social-buttons": "https://github.com/samcollins/css-social-buttons.git#4c045e5",
2014-11-27 19:12:36 +00:00
"angular-filter": "~0.5.1",
"angular-ui-router": "~0.2.13"
},
"devDependencies": {
"angular-mocks": "1.3.9"
},
"resolutions": {
"angular": "1.3.9",
"jquery": ">=1.9.0"
2013-08-25 01:06:37 +00:00
}
}