mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 20:12:19 +00:00
then be exposed to the browser as a global. This was decided between @yangit and me, as we found RequireJS to be too painful to setup for our use case. This Browserify + Global works just fine for us, and it fits perfectly as require() statements in our node.js backend
9 lines
155 B
JSON
9 lines
155 B
JSON
{
|
|
"name": "habitrpg-shared",
|
|
"version": "0.0.0",
|
|
"dependencies": {
|
|
"browserify": "~2.14.1",
|
|
"lodash": "~1.2.1",
|
|
"moment": "~2.0.0"
|
|
}
|
|
}
|