forked from HabitRPG/habitrpg-shared
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 793 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 793 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "habitrpg-shared",
"version": "0.0.0",
"dependencies": {
"browserify": "~3.30.2",
"coffee-script": "1.7.1",
"coffeeify": "0.6.0",
"lodash": "~2.4.1",
"moment": "~2.8.3"
},
"devDependencies": {
"coffee-coverage": "~0.4.2",
"phantomjssmith": "~0.5.4",
"grunt-spritesmith": "~3.5.0",
"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; open coverage.html"
}
}