raptor
Version:
RaptorJS provides an AMD module loader that works in Node, Rhino and the web browser. It also includes various sub-modules to support building optimized web applications.
24 lines (22 loc) • 613 B
JSON
{
"type": "raptor-module",
"name": "jscoverage-reporter",
"version": "1.0",
"description": "Module to publish the results of JSCoverage (http://siliconforks.com/jscoverage/)",
"homepage": "http://raptorjs.org",
"authors": [
{
"name": "Patrick Steele-Idem",
"email": "psteeleidem@ebay.com"
}
],
"extensions": {
"server": {
"includes": [
{"path": "DefaultHtmlPublisher.js"},
{"path": "CoverageReport.js"},
{"path": "jscoverage-reporter.js"}
]
}
}
}