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.0.3",
|
2013-11-04 18:32:16 +00:00
|
|
|
"jquery-ui": "~1.10.3",
|
|
|
|
|
"angular": "1.2.0-rc.3",
|
|
|
|
|
"angular-sanitize": "1.2.0-rc.3",
|
2013-11-04 19:29:30 +00:00
|
|
|
"angular-resource": "1.2.0-rc.3",
|
2013-08-25 01:06:37 +00:00
|
|
|
"angular-ui": "~0.4.0",
|
2013-11-04 18:32:16 +00:00
|
|
|
"angular-ui-utils": "~0.0.4",
|
2013-08-31 18:52:13 +00:00
|
|
|
"angular-bootstrap": "~0.5.0",
|
2013-11-04 18:32:16 +00:00
|
|
|
"angular-ui-router": "ca3b4777a603df8f86cfd653c8f6c38b2ae05d89",
|
|
|
|
|
"angular-loading-bar": "~0.0.5",
|
|
|
|
|
"bootstrap": "v2.3.2",
|
|
|
|
|
"bootstrap-datepicker": "~1.2.0",
|
2013-09-09 09:27:54 +00:00
|
|
|
"bootstrap-tour": "0.5.0",
|
2013-11-04 18:32:16 +00:00
|
|
|
"bootstrap-growl": "~1.1.0",
|
|
|
|
|
"habitrpg-shared": "git://github.com/HabitRPG/habitrpg-shared.git#master",
|
2013-08-26 23:32:01 +00:00
|
|
|
"BrowserQuest": "https://github.com/mozilla/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",
|
2013-11-04 18:32:16 +00:00
|
|
|
"JavaScriptButtons": "git://github.com/paypal/JavaScriptButtons.git#master"
|
2013-08-27 04:52:49 +00:00
|
|
|
},
|
|
|
|
|
"resolutions": {
|
2013-09-14 01:19:02 +00:00
|
|
|
"jquery": "~2.0.3",
|
2013-11-04 18:45:03 +00:00
|
|
|
"bootstrap": "v2.3.2"
|
2013-09-14 01:19:02 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2013-11-04 18:32:16 +00:00
|
|
|
"angular-mocks": "1.2.0-rc.3"
|
2013-08-25 01:06:37 +00:00
|
|
|
}
|
|
|
|
|
}
|