habitica/package.json
Tyler Renelle 0157afb6b3 spritesmith: try using spritesmith-{TIMESTAMP}.png for image
cache-busting (@paglias good idea)
2014-01-06 22:57:35 -07:00

24 lines
565 B
JSON

{
"name": "habitrpg-shared",
"version": "0.0.0",
"dependencies": {
"browserify": "~2.35",
"coffeeify": "0.4.0",
"coffee-script": "1.6.2",
"moment": "~2.4.0",
"lodash": "~2.4.1",
"grunt-spritesmith": "~1.21.0"
},
"devDependencies": {
"mocha": "*",
"expect.js": "*",
"sinon": "~1.7.3",
"grunt": "~0.4.1",
"grunt-contrib-cssmin": "~0.6.2",
"grunt-browserify": "~1.2.4",
"grunt-contrib-clean": "~0.5.0"
},
"scripts": {
"test": "mocha --compilers coffee:coffee-script tests/algos.mocha.coffee"
}
}