habitica/package.json

23 lines
502 B
JSON
Raw Normal View History

{
"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",
2013-08-18 21:21:19 +00:00
"lodash": "~1.3.1",
"moment": "~2.1.0"
},
"devDependencies": {
"mocha": "*",
"expect.js": "*",
"grunt-contrib-cssmin": "~0.6.0",
"grunt": "~0.4.1",
"grunt-browserify": "~1.2.4"
2013-08-18 21:21:19 +00:00
},
"scripts": {
"test": "mocha --compilers coffee:coffee-script tests/algos.mocha.coffee"
}
}