habitica/package.json
Tyler Renelle b832f40315 reverting back to commonjs format, using browserify to compile
index-browser.js which will load into window.habitrpgShared. Not the
best method, we'll move to requirejs (r.js?) later
2013-03-12 17:41:32 -04:00

8 lines
136 B
JSON

{
"name": "habitrpg-shared",
"version": "0.0.0",
"dependencies": {
"browserify": "*",
"moment": "*"
}
}