mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 20:12:19 +00:00
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",
|
|
"moment": "~2.0.0",
|
|
"relative-date": "~1.1.1",
|
|
"habitrpg-shared": "git://github.com/HabitRPG/habitrpg-shared#master",
|
|
"lodash": "~1.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "*",
|
|
"expect.js": "*"
|
|
}
|
|
}
|