UNPKG

eslint-config-max-msp

Version:

ESLint configuration for Cycling 74’s Max/MSP

51 lines (50 loc) 1.28 kB
{ "name": "eslint-config-max-msp", "description": "ESLint configuration for Cycling 74’s Max/MSP", "author": "Chris Swithinbank <swithinbank@gmail.com> (http://chrisswithinbank.net/)", "license": "GPL-3.0", "version": "0.1.1", "scripts": { "prerelease": "npm t", "release": "standard-version -s", "postrelease": "npm publish && git push --follow-tags", "pretest": "standard", "test": "nyc ava", "coverage": "nyc report --reporter=text-lcov | coveralls" }, "peerDependencies": { "eslint": ">=0.8.0" }, "devDependencies": { "ava": "2.2.0", "commitizen": "4.0.3", "coveralls": "3.0.5", "cz-conventional-changelog": "3.0.2", "nyc": "14.1.1", "standard": "13.1.0", "standard-version": "7.0.0" }, "main": "index.js", "files": [ "index.js", "lib/*.js" ], "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "repository": { "type": "git", "url": "https://github.com/delucis/eslint-config-max-msp.git" }, "bugs": "https://github.com/delucis/eslint-config-max-msp/issues", "homepage": "https://npmjs.com/package/eslint-config-max-msp", "keywords": [ "eslint", "eslintconfig", "max-msp", "max", "cycling74" ] }