habitica/package.json
2013-11-17 13:24:36 +01:00

22 lines
492 B
JSON

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