13 lines
156 B
JSON
13 lines
156 B
JSON
|
{
|
||
|
"build": "clean lint coverage test",
|
||
|
"lint": {
|
||
|
"type": "jshint"
|
||
|
},
|
||
|
"coverage": {
|
||
|
"type": "vows"
|
||
|
},
|
||
|
"test": {
|
||
|
"type": "vows"
|
||
|
}
|
||
|
}
|