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": {
|
2014-01-29 15:44:12 +00:00
|
|
|
"jquery": "~2.1.0",
|
2013-11-06 19:12:58 +00:00
|
|
|
"jquery.cookie": "~1.4.0",
|
2014-11-19 22:16:41 +00:00
|
|
|
"angular": "1.3.3",
|
2014-04-14 02:24:47 +00:00
|
|
|
"angular-ui": "~0.4.0",
|
2014-11-19 22:16:41 +00:00
|
|
|
"angular-sanitize": "1.3.3",
|
|
|
|
|
"angular-resource": "1.3.3",
|
2014-01-29 15:44:12 +00:00
|
|
|
"angular-ui-utils": "~0.1.0",
|
2014-03-01 05:12:07 +00:00
|
|
|
"angular-ui-select2": "git://github.com/angular-ui/ui-select2.git",
|
2014-11-21 02:02:46 +00:00
|
|
|
"angular-bootstrap": "~0.12.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",
|
2014-01-29 15:44:12 +00:00
|
|
|
"bootstrap-tour": "~0.8.1",
|
2014-05-11 14:55:12 +00:00
|
|
|
"habitrpg-shared": "git://github.com/HabitRPG/habitrpg-shared.git#develop",
|
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",
|
2013-10-06 23:52:54 +00:00
|
|
|
"marked": "~0.2.9",
|
2014-01-07 17:59:20 +00:00
|
|
|
"Angular-At-Directive": "git://github.com/snicker/Angular-At-Directive#master",
|
2014-11-25 17:22:36 +00:00
|
|
|
"js-emoji": "https://github.com/iamcal/js-emoji.git",
|
2013-12-18 00:12:39 +00:00
|
|
|
"sticky": "*",
|
2014-03-01 05:12:07 +00:00
|
|
|
"swagger-ui": "git://github.com/wordnik/swagger-ui.git",
|
2014-04-25 03:39:36 +00:00
|
|
|
"ngInfiniteScroll": "1.0.0",
|
2014-04-08 17:16:06 +00:00
|
|
|
"jquery-colorbox": "~1.4.36",
|
2014-08-19 20:35:10 +00:00
|
|
|
"pnotify": "~1.3.1",
|
2014-11-05 23:31:52 +00:00
|
|
|
"jquery-ui": "~1.10.3",
|
2014-11-06 20:08:41 +00:00
|
|
|
"hello": "~1.3.1",
|
2014-11-19 22:29:54 +00:00
|
|
|
"css-social-buttons": "https://github.com/samcollins/css-social-buttons.git",
|
2014-11-27 19:12:36 +00:00
|
|
|
"angular-filter": "~0.5.1",
|
|
|
|
|
"angular-ui-router": "~0.2.13"
|
2013-08-27 04:52:49 +00:00
|
|
|
},
|
2013-09-14 01:19:02 +00:00
|
|
|
"devDependencies": {
|
2014-11-19 22:16:41 +00:00
|
|
|
"angular-mocks": "1.3.3"
|
2014-08-19 20:35:10 +00:00
|
|
|
},
|
|
|
|
|
"resolutions": {
|
2014-11-19 22:16:41 +00:00
|
|
|
"angular": "1.3.3",
|
2014-11-06 20:08:41 +00:00
|
|
|
"jquery": ">=1.9.0"
|
2013-08-25 01:06:37 +00:00
|
|
|
}
|
|
|
|
|
}
|