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.
39 lines
932 B
39 lines
932 B
{
|
|
"name": "@klenty/gunner",
|
|
"version": "0.11.3",
|
|
"description": "Zero magic, fast test-runner and assertion framework. No magic globals.",
|
|
"main": "es6/index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/klenty/gunner.git"
|
|
},
|
|
"keywords": [
|
|
"klenty",
|
|
"gunner",
|
|
"test",
|
|
"tdd",
|
|
"unit testing"
|
|
],
|
|
"scripts": {
|
|
"build": "./scripts/build.sh"
|
|
},
|
|
"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",
|
|
"jsontoxml": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-cli": "^6.26.0",
|
|
"babel-plugin-transform-object-rest-spread": "^6.26.0",
|
|
"babel-preset-env": "^1.7.0",
|
|
"browserify": "^16.2.2",
|
|
"eslint": "^5.2.0"
|
|
}
|
|
}
|
|
|