mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
28 lines
742 B
JSON
28 lines
742 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": {
|
|
"coffee-coverage": "~0.4.2",
|
|
"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",
|
|
"coverage": "COVERAGE=true mocha --require register-handlers.js --reporter html-cov > coverage.html"
|
|
}
|
|
}
|