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",
|
2016-09-14 13:06:32 +00:00
|
|
|
"website/client-old/bower_components",
|
2013-08-25 01:06:37 +00:00
|
|
|
"test",
|
|
|
|
|
"tests"
|
|
|
|
|
],
|
|
|
|
|
"dependencies": {
|
2015-07-06 03:06:04 +00:00
|
|
|
"Angular-At-Directive": "snicker/Angular-At-Directive#c27bae207aa06d1e",
|
2015-01-16 16:39:47 +00:00
|
|
|
"angular": "1.3.9",
|
2015-08-03 02:43:09 +00:00
|
|
|
"angular-bootstrap": "0.13.0",
|
|
|
|
|
"angular-filter": "0.5.1",
|
|
|
|
|
"angular-loading-bar": "0.6.0",
|
2015-07-06 03:01:16 +00:00
|
|
|
"angular-resource": "1.3.9",
|
|
|
|
|
"angular-sanitize": "1.3.9",
|
2015-08-03 02:43:09 +00:00
|
|
|
"angular-ui": "0.4.0",
|
|
|
|
|
"angular-ui-router": "0.2.13",
|
2015-07-06 03:06:04 +00:00
|
|
|
"angular-ui-select2": "angular-ui/ui-select2#afa6589a54cb72815f",
|
2015-08-03 02:43:09 +00:00
|
|
|
"angular-ui-utils": "0.1.0",
|
|
|
|
|
"bootstrap": "3.1.0",
|
2015-07-06 03:06:04 +00:00
|
|
|
"bootstrap-growl": "ifightcrime/bootstrap-growl#162daa41cd1155f",
|
2015-08-03 02:43:09 +00:00
|
|
|
"bootstrap-tour": "0.10.1",
|
2015-07-06 03:06:04 +00:00
|
|
|
"css-social-buttons": "samcollins/css-social-buttons#v1.1.1 ",
|
|
|
|
|
"github-buttons": "mdo/github-buttons#v3.0.0",
|
2017-03-11 11:25:38 +00:00
|
|
|
"hello": "1.14.1",
|
2015-08-03 02:43:09 +00:00
|
|
|
"jquery": "2.1.0",
|
|
|
|
|
"jquery-colorbox": "1.4.36",
|
|
|
|
|
"jquery-ui": "1.10.3",
|
|
|
|
|
"jquery.cookie": "1.4.0",
|
2015-07-05 00:08:21 +00:00
|
|
|
"js-emoji": "snicker/js-emoji#f25d8a303f",
|
2016-10-22 12:41:37 +00:00
|
|
|
"ngInfiniteScroll": "1.1.0",
|
2015-08-03 02:43:09 +00:00
|
|
|
"pnotify": "1.3.1",
|
2016-06-29 18:32:35 +00:00
|
|
|
"sticky": "1.0.3",
|
2016-02-20 19:56:39 +00:00
|
|
|
"swagger-ui": "wordnik/swagger-ui#v2.0.24",
|
2016-04-28 00:11:56 +00:00
|
|
|
"smart-app-banner": "78ef9c0679723b25be1a0ae04f7b4aef7cbced4f",
|
2016-07-02 13:17:24 +00:00
|
|
|
"habitica-markdown": "1.2.2",
|
|
|
|
|
"pusher-js-auth": "^2.0.0",
|
2016-10-03 20:12:20 +00:00
|
|
|
"pusher-websocket-iso": "pusher#^3.2.0",
|
|
|
|
|
"taggle": "^1.11.1"
|
2013-08-27 04:52:49 +00:00
|
|
|
},
|
2013-09-14 01:19:02 +00:00
|
|
|
"devDependencies": {
|
2015-01-18 21:51:40 +00:00
|
|
|
"angular-mocks": "1.3.9"
|
2014-08-19 20:35:10 +00:00
|
|
|
},
|
|
|
|
|
"resolutions": {
|
2015-01-18 21:51:40 +00:00
|
|
|
"angular": "1.3.9",
|
2014-11-06 20:08:41 +00:00
|
|
|
"jquery": ">=1.9.0"
|
2013-08-25 01:06:37 +00:00
|
|
|
}
|
|
|
|
|
}
|