mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
40 lines
1 KiB
JSON
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"
|
|
}
|
|
}
|