got-names
Version:
Game of Thrones random Names
51 lines • 1.49 kB
JSON
{
"name": "got-names",
"version": "1.6.1",
"description": "Game of Thrones random Names",
"main": "src/index.js",
"scripts": {
"commit": "git-cz",
"check-coverage": "istanbul check-coverage --statements 40 --branches 30 --functions 100 --lines 40",
"report-coverage": "cat ./coverage/lcov.info | codecov",
"test": "mocha src/index.test.js -w",
"test:single": "istanbul cover -x *.test.js node_modules/mocha/bin/_mocha -- -R spec src/index.test.js",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"repository": {
"type": "git",
"url": "https://github.com/protector/gameofthronesnames.git"
},
"keywords": [
"game",
"of",
"thrones",
"names"
],
"author": "'Zsolt <'zsolt.paksi@gmail.com'> (http://protectorian.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/protector/gameofthronesnames/issues"
},
"homepage": "https://github.com/protector/gameofthronesnames#readme",
"dependencies": {
"unique-random-array": "1.0.0"
},
"devDependencies": {
"chai": "3.4.1",
"codecov.io": "0.1.6",
"commitizen": "2.5.0",
"cz-conventional-changelog": "1.1.5",
"ghooks": "1.0.3",
"istanbul": "0.4.2",
"mocha": "2.3.4",
"semantic-release": "^4.3.5"
},
"czConfig": {
"path": "node_modules/cz-conventional-changelog"
},
"config": {
"ghooks": {
"pre-commit": "npm run test:single && npm run check-coverage"
}
}
}