UNPKG

1.1 kBJSONView Raw
1{
2 "name": "@klenty/gunner",
3 "version": "0.11.1",
4 "description": "Zero magic, fast test-runner and assertion framework. No magic globals.",
5 "main": "es6/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": "rm -rf ./es5 && mkdir ./es5 && browserify ./es6/index.js -s Gunner > ./es5/index.js && babel --presets=env --plugins=babel-plugin-transform-object-rest-spread ./es5/index.js -o ./es5/index.js"
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": "^6.26.0",
34 "babel-plugin-transform-object-rest-spread": "^6.26.0",
35 "babel-preset-env": "^1.7.0",
36 "browserify": "^16.2.2",
37 "eslint": "^5.2.0"
38 }
39}