13 lines
167 B
JSON
13 lines
167 B
JSON
{
|
|
"build": "clean lint test coverage",
|
|
"lint": {
|
|
"type": "jshint"
|
|
},
|
|
"coverage": {
|
|
"type": "mocha-istanbul"
|
|
},
|
|
"test": {
|
|
"type": "mocha"
|
|
}
|
|
}
|