mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-22 13:48:24 +00:00
28 lines
623 B
JSON
28 lines
623 B
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",
|
||
|
|
"habitrpg-shared": "git://github.com/HabitRPG/habitrpg-shared.git#master",
|
||
|
|
"bootstrap": "v2.3.2",
|
||
|
|
"angular-ui": "~0.4.0",
|
||
|
|
"angular-bootstrap": "~0.5.0",
|
||
|
|
"lodash": "~1.3.1",
|
||
|
|
"moment": "~2.1.0"
|
||
|
|
}
|
||
|
|
}
|