{ "name": "@klenty/gunner", "version": "0.6.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", "bluebird": "^3.5.1", "chalk": "^2.4.1", "eslint": "^5.2.0", "json-stringify-safe": "^5.0.1" } }