UNPKG

954 BJSONView Raw
1{
2 "name": "@klenty/gunner",
3 "version": "0.11.11",
4 "description": "Zero magic, fast test-runner and assertion framework. No magic globals.",
5 "main": "index.js",
6 "repository": {
7 "type": "git",
8 "url": "git+https://github.com/klenty/gunner.git"
9 },
10 "keywords": [
11 "klenty",
12 "gunner",
13 "test",
14 "tdd",
15 "unit testing"
16 ],
17 "scripts": {
18 "build": "./scripts/build.sh"
19 },
20 "author": "Muthu Kumar <@MKRhere> (https://mkr.pw)",
21 "license": "MIT",
22 "bugs": {
23 "url": "https://github.com/klenty/gunner/issues"
24 },
25 "homepage": "https://github.com/klenty/gunner#readme",
26 "dependencies": {
27 "@codefeathers/iseq": "^1.2.1",
28 "@codefeathers/promise.object": "^0.9.5",
29 "json-stringify-safe": "^5.0.1",
30 "jsontoxml": "^1.0.0"
31 },
32 "devDependencies": {
33 "@babel/cli": "^7.1.0",
34 "@babel/core": "^7.1.0",
35 "@babel/plugin-syntax-object-rest-spread": "^7.0.0",
36 "@babel/preset-env": "^7.1.0",
37 "browserify": "^16.2.2",
38 "eslint": "^5.2.0"
39 }
40}