habitica/package.json
Tyler Renelle ec39634458 fix(spritesmith): split spritesheets in to multiple files to remove the
blurry iOS issue. Fixes
https://github.com/HabitRPG/habitrpg/issues/2510, see
http://goo.gl/IwxdI4 . Note, this commit isn't smart/dynamic, there's
commented-out code for handling dynamic splitting, but I couldn't get it
working - static 4 sheets for now
2014-07-31 15:44:22 -06:00

26 lines
603 B
JSON

{
"name": "habitrpg-shared",
"version": "0.0.0",
"dependencies": {
"browserify": "~3.30.2",
"coffeeify": "0.6.0",
"coffee-script": "1.7.1",
"moment": "~2.4.0",
"lodash": "~2.4.1",
"grunt-spritesmith": "~1.22.0"
},
"devDependencies": {
"mocha": "*",
"expect.js": "*",
"sinon": "~1.8.2",
"grunt": "~0.4.1",
"grunt-contrib-cssmin": "~0.8.0",
"grunt-browserify": "~1.3.1",
"grunt-contrib-clean": "~0.5.0",
"habitrpg": "git://github.com/HabitRPG/habitrpg.git#develop",
"image-size": "~0.3.2"
},
"scripts": {
"test": "mocha"
}
}