UNPKG

ski-resorts

Version:

An easy to use library of all ski resorts in the United States

54 lines (53 loc) 1.53 kB
{ "name": "ski-resorts", "version": "1.3.0", "description": "An easy to use library of all ski resorts in the United States", "main": "src/index.js", "scripts": { "commit": "git-cz", "check-coverage": "istanbul check-coverage --statements 100 --branches 100 --functions 100 --lines 100", "report-coverage": "cat ./coverage/lcov.info | codecov", "test": "mocha src/index.test.js -w", "test:single": "istanbul cover -x *.test.js _mocha -- -R spec src/index.test.js", "semantic-release": "semantic-release pre && npm publish && semantic-release post" }, "repository": { "type": "git", "url": "https://github.com/acareaga/ski-resorts.git" }, "keywords": [ "random", "skiing", "ski", "resort", "backcountry", "weather" ], "author": "Aaron Careaga <aaroncareaga@gmail.com> (http://www.aaroncareaga.com/)", "license": "MIT", "bugs": { "url": "https://github.com/acareaga/ski-resorts/issues" }, "homepage": "https://github.com/acareaga/ski-resorts#readme", "dependencies": { "unique-random-array": "1.0.0" }, "devDependencies": { "chai": "3.4.1", "codecov.io": "0.1.6", "commitizen": "2.4.6", "cz-conventional-changelog": "1.1.5", "ghooks": "1.0.1", "istanbul": "0.4.1", "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" } } }