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.
31 lines
709 B
31 lines
709 B
{
|
|
"name": "@klenty/gunner",
|
|
"version": "0.8.6",
|
|
"description": "Zero magic, fast test-runner and assertion framework. No magic globals.",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/klenty/gunner.git"
|
|
},
|
|
"keywords": [
|
|
"klenty",
|
|
"gunner",
|
|
"test",
|
|
"tdd",
|
|
"unit testing"
|
|
],
|
|
"author": "Muthu Kumar <@MKRhere> (https://mkr.pw)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/klenty/gunner/issues"
|
|
},
|
|
"homepage": "https://github.com/klenty/gunner#readme",
|
|
"dependencies": {
|
|
"@codefeathers/iseq": "^1.2.1",
|
|
"@codefeathers/promise.object": "^0.9.5",
|
|
"json-stringify-safe": "^5.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^5.2.0"
|
|
}
|
|
}
|
|
|