mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-01 11:40:25 +00:00
sometimes return blank objects, but only when required from within habitrpg-shared - i can require the files directly from the API just fine. Doesn't help however since habitrpg-shared has dependencies on itself. @yangit any thoughts?
17 lines
384 B
JSON
17 lines
384 B
JSON
{
|
|
"name": "habitrpg-shared",
|
|
"version": "0.0.0",
|
|
"dependencies": {
|
|
"browserify": "~2.14.1",
|
|
"coffeeify": "0.4.0",
|
|
"coffee-script": "1.6.2",
|
|
"lodash": "~1.2.1",
|
|
"moment": "~2.0.0",
|
|
"relative-date": "~1.1.1",
|
|
"habitrpg-shared": "git://github.com/HabitRPG/habitrpg-shared#master"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "*",
|
|
"expect.js": "*"
|
|
}
|
|
}
|