Muthu Kumar
7 years ago
6 changed files with 535 additions and 3487 deletions
@ -1,28 +1,29 @@ |
|||||
{ |
{ |
||||
"name": "@klenty/gunner", |
"name": "@klenty/gunner", |
||||
"version": "0.2.5", |
"version": "0.3.0", |
||||
"description": "Zero magic, fast test-runner and assertion framework. No magic globals.", |
"description": "Zero magic, fast test-runner and assertion framework. No magic globals.", |
||||
"main": "index.js", |
"main": "index.js", |
||||
"repository": { |
"repository": { |
||||
"type": "git", |
"type": "git", |
||||
"url": "git+https://github.com/vengatkrishnaraj/gunner.git" |
"url": "git+https://github.com/klenty/gunner.git" |
||||
}, |
}, |
||||
"keywords": [ |
"keywords": [ |
||||
"klenty", |
"klenty", |
||||
"gunner", |
"gunner", |
||||
"test", |
"test", |
||||
"tdd", |
"tdd", |
||||
"unit testing" |
"unit testing" |
||||
], |
], |
||||
"author": "Muthu Kumar <@MKRhere> (https://mkr.pw)", |
"author": "Muthu Kumar <@MKRhere> (https://mkr.pw)", |
||||
"license": "MIT", |
"license": "MIT", |
||||
"bugs": { |
"bugs": { |
||||
"url": "https://github.com/vengatkrishnaraj/testsuite/issues" |
"url": "https://github.com/klenty/gunner/issues" |
||||
}, |
}, |
||||
"homepage": "https://github.com/vengatkrishnaraj/testsuite#readme", |
"homepage": "https://github.com/klenty/gunner#readme", |
||||
"dependencies": { |
"dependencies": { |
||||
"@codefeathers/iseq": "^1.2.1", |
"@codefeathers/iseq": "^1.2.1", |
||||
"eslint": "^5.2.0", |
"bluebird": "^3.5.1", |
||||
"fs-extra": "^7.0.0" |
"eslint": "^5.2.0", |
||||
} |
"json-stringify-safe": "^5.0.1" |
||||
|
} |
||||
} |
} |
||||
|
File diff suppressed because it is too large
Loading…
Reference in new issue