2013-03-12 21:41:32 +00:00
|
|
|
{
|
2013-05-19 17:01:01 +00:00
|
|
|
"name": "habitrpg-shared",
|
|
|
|
|
"version": "0.0.0",
|
|
|
|
|
"dependencies": {
|
2013-11-02 08:55:18 +00:00
|
|
|
"browserify": "~2.35",
|
2013-05-24 05:29:04 +00:00
|
|
|
"coffeeify": "0.4.0",
|
|
|
|
|
"coffee-script": "1.6.2",
|
2013-12-03 23:10:39 +00:00
|
|
|
"moment": "~2.4.0",
|
2013-12-25 07:34:20 +00:00
|
|
|
"lodash": "~2.4.1",
|
|
|
|
|
"grunt-spritesmith": "~1.21.0"
|
2013-05-24 13:28:57 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"mocha": "*",
|
2013-08-27 01:24:48 +00:00
|
|
|
"expect.js": "*",
|
2013-10-06 01:12:42 +00:00
|
|
|
"sinon": "~1.7.3",
|
2013-08-27 01:54:08 +00:00
|
|
|
"grunt": "~0.4.1",
|
2013-10-22 23:05:20 +00:00
|
|
|
"grunt-contrib-cssmin": "~0.6.2",
|
2014-01-07 05:57:35 +00:00
|
|
|
"grunt-browserify": "~1.2.4",
|
|
|
|
|
"grunt-contrib-clean": "~0.5.0"
|
2013-08-18 21:21:19 +00:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"test": "mocha --compilers coffee:coffee-script tests/algos.mocha.coffee"
|
2013-05-19 17:01:01 +00:00
|
|
|
}
|
2013-03-12 21:41:32 +00:00
|
|
|
}
|