UNPKG

mma_test

Version:
47 lines 1.3 kB
{ "name": "mma_test", "description": "get mma fighter names", "main": "src/index.js", "version": "1.5.0", "scripts": { "commit": "git-cz", "test": "mocha src/index.test.js -w", "test:single": "istanbul cover -x *.test.js _mocha -- -R spec src/index.test.js", "report-coverage": "cat ./coverage/coverage.json | ./node_modules/codecov.io/bin/codecov.io.js", "semantic-release": "semantic-release pre && npm publish && semantic-release post" }, "repository": { "type": "git", "url": "https://github.com/alfapagal/MMA.git" }, "keywords": [ "MMA", "UFC", "fight" ], "author": "suvrajyoti <alfapagal@gmail.com> (http://suvrajyoti.com/)", "license": "MIT", "bugs": { "url": "https://github.com/alfapagal/MMA/issues" }, "homepage": "https://github.com/alfapagal/MMA#readme", "dependencies": { "unique-random-array": "1.0.0" }, "devDependencies": { "chai": "3.4.1", "codecov.io": "0.1.6", "commitizen": "2.4.6", "condition-circle": "1.2.0", "cz-conventional-changelog": "1.1.5", "istanbul": "0.4.1", "mocha": "2.3.4", "semantic-release": "^4.3.5" }, "czConfig": { "path": "node_modules/cz-conventional-changelog" }, "release": { "verifyConditions": "condition-circle" } }