node-jqunit
Version:
An XUnit unit testing framework (in the style of JUnit) for node.js, using QUnit as the underlying engine
35 lines (34 loc) • 889 B
JSON
{
"name": "node-jqunit",
"description": "An XUnit unit testing framework (in the style of JUnit) for node.js, using QUnit as the underlying engine",
"version": "1.1.9",
"author": "Fluid Project",
"homepage": "http://www.fluidproject.org/",
"dependencies": {
"infusion": "3.0.0-dev.20210312T233557Z.0b016a6dc.FLUID-6580"
},
"devDependencies": {
"eslint-config-fluid": "2.0.0",
"fluid-grunt-eslint": "18.1.2",
"grunt": "1.3.0"
},
"repository": {
"type": "git",
"url": "http://github.com/fluid-project/node-jqunit.git"
},
"keywords": [
"TDD",
"JUnit",
"jqUnit",
"QUnit",
"unit",
"testing",
"tests",
"async"
],
"engines": {
"node": ">=4.0.0"
},
"main": "./lib/jqUnit-node.js",
"license": "BSD-3-Clause"
}