mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-01 03:30:25 +00:00
step to compile all the spritesheets into a top-level spritesheets.css, add an archive/ directory for all the old stuff i'm not sure we need?
21 lines
464 B
JSON
21 lines
464 B
JSON
{
|
|
"name": "habitrpg-shared",
|
|
"version": "0.0.0",
|
|
"dependencies": {
|
|
"browserify": "~2.14.1",
|
|
"coffeeify": "0.4.0",
|
|
"coffee-script": "1.6.2",
|
|
"relative-date": "~1.1.1",
|
|
"lodash": "~1.3.1",
|
|
"moment": "~2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "*",
|
|
"expect.js": "*",
|
|
"grunt-concat-css": "~0.1.0",
|
|
"grunt": "~0.4.1"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha --compilers coffee:coffee-script tests/algos.mocha.coffee"
|
|
}
|
|
}
|