Tiny, but fully loaded test-runner.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
{
|
|
|
|
"name": "@klenty/gunner",
|
|
|
|
"version": "0.2.1",
|
|
|
|
"description": "Zero magic, fast test-runner and assertion framework. No magic globals.",
|
|
|
|
"main": "index.js",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/vengatkrishnaraj/gunner.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"klenty",
|
|
|
|
"gunner",
|
|
|
|
"test",
|
|
|
|
"tdd",
|
|
|
|
"unit testing"
|
|
|
|
],
|
|
|
|
"author": "Muthu Kumar <@MKRhere> (https://mkr.pw)",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/vengatkrishnaraj/testsuite/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/vengatkrishnaraj/testsuite#readme",
|
|
|
|
"dependencies": {
|
|
|
|
"@codefeathers/iseq": "^1.2.1",
|
|
|
|
"eslint": "^5.2.0",
|
|
|
|
"fs-extra": "^7.0.0"
|
|
|
|
}
|
|
|
|
}
|