sanguo-names
Version:
Get random San Guo Yan Yi names
66 lines (65 loc) • 1.79 kB
JSON
{
"name": "sanguo-names",
"version": "1.3.1",
"description": "Get random San Guo Yan Yi names",
"main": "dist/index.js",
"scripts": {
"commit": "git-cz",
"check-coverage": "istanbul check-coverage --statements 100 --branches 100 --lines 100 --functions 100",
"report-coverage": "cat ./coverage/icov.info | codecov",
"test": "mocha src/index.test.js -w",
"test:single": "istanbul cover -x *.test.js _mocha -- -R spec src/index.test.js",
"prebuild": "rimraf dist",
"build": "babel --copy-files --out-dir dist --ignore *.test.js src",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"repository": {
"type": "git",
"url": "https://github.com/mj-interactive/sanguo-names.git"
},
"keywords": [
"San",
"Guo",
"Yan",
"Yi",
"names"
],
"files": [
"dist",
"README.md"
],
"author": "Jie Li (http://www.mj-interactive.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mj-interactive/sanguo-names/issues"
},
"homepage": "https://github.com/mj-interactive/sanguo-names#readme",
"dependencies": {
"unique-random-array": "1.0.0"
},
"devDependencies": {
"babel-cli": "6.8.0",
"babel-preset-es2015": "6.6.0",
"babel-preset-stage-2": "6.5.0",
"chai": "3.5.0",
"codecov.io": "0.1.6",
"commitizen": "2.8.1",
"cz-conventional-changelog": "1.1.6",
"ghooks": "1.2.1",
"istanbul": "0.4.3",
"mocha": "2.4.5",
"rimraf": "2.5.2",
"semantic-release": "^4.3.5"
},
"czConfig": {
"path": "node_modules/cz-conventional-changelog"
},
"config": {
"ghooks": {
"pre-commit": "npm run test:single && npm run check-coverage"
}
},
"babel": {
"presets": ["es2015", "stage-2"]
}
}