habitica-self-host/package.json
Tyler Renelle 614f734e67 move a bunch of the spritesheets from the website into css/, add a Grunt
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?
2013-08-26 21:24:48 -04:00

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"
}
}