mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
53 lines
1.6 KiB
JSON
53 lines
1.6 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.1.0",
|
|
"jquery.cookie": "~1.4.0",
|
|
"angular": "1.3.9",
|
|
"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.12.0",
|
|
"angular-loading-bar": "~0.6.0",
|
|
"bootstrap": "~3.1.0",
|
|
"bootstrap-growl": "git://github.com/ifightcrime/bootstrap-growl.git#master",
|
|
"bootstrap-tour": "~0.10.1",
|
|
"BrowserQuest": "git://github.com/browserquest/BrowserQuest.git",
|
|
"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",
|
|
"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",
|
|
"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"
|
|
}
|
|
}
|