js-unit
Version:
A javascript unit testing tool inspired by the famous PHPUnit framework. This tool uses jasmine internally to run the tests
51 lines (50 loc) • 1.21 kB
JSON
{
"name": "js-unit",
"version": "1.1.3",
"description": "A javascript unit testing tool inspired by the famous PHPUnit framework. This tool uses jasmine internally to run the tests",
"license": "MIT",
"repository": "https://github.com/mgmonge/jsunit",
"author": {
"name": "Maximiliano Monge",
"email": "maxi@sneekdigital.co.ulk",
"url": "https://github.com/MGMonge"
},
"bin": {
"jsunit": "./bin/jsunit"
},
"keywords": [
"unit",
"test",
"jsunit",
"testing",
"coverage",
"unit-test",
"vue-unit-test",
"vue-test",
"vue",
"js-unit"
],
"engines": {
"node": ">=4"
},
"dependencies": {
"ava": "^0.22.0",
"babel-core": "^6.21.0",
"babel-preset-env": "^1.6.0",
"colors": "^1.1.2",
"commander": "^2.9.0",
"esprima": "^4.0.0",
"esprima-walk": "^0.1.0",
"glob": "^7.1.1",
"jasmine": "^2.7.0",
"jsdom-light": "^1.0.2",
"mkdirp": "^0.5.1",
"module-alias": "^2.0.1",
"pretty-error": "^2.1.1",
"require-extension-hooks": "^0.3.0",
"require-extension-hooks-babel": "^0.1.1",
"require-extension-hooks-vue": "^0.4.0",
"source-map-support": "^0.4.16",
"vue": "^2.4.2"
}
}