mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 20:12:19 +00:00
index-browser.js which will load into window.habitrpgShared. Not the best method, we'll move to requirejs (r.js?) later
8 lines
136 B
JSON
8 lines
136 B
JSON
{
|
|
"name": "habitrpg-shared",
|
|
"version": "0.0.0",
|
|
"dependencies": {
|
|
"browserify": "*",
|
|
"moment": "*"
|
|
}
|
|
}
|