blob: e47eb2ecec8ef1c76cde1a5670e623311da3ea88 [file] [log] [blame]
{
"name": "eslint-plugin-jasmine",
"version": "4.1.3",
"description": "ESLint rules for Jasmine",
"main": "index.js",
"directories": {
"doc": "docs",
"test": "tests"
},
"scripts": {
"pretest": "standard",
"test": "mocha",
"watch": "mocha --watch",
"semantic-release": "semantic-release"
},
"keywords": [
"eslint",
"eslint-plugin",
"eslintplugin",
"jasmine"
],
"author": "Tom Vincent <npm@tlvince.com> (http://tlvince.com/)",
"contributors": [
{
"name": "Nicolas Fernandez",
"url": "https://github.com/burabure"
},
{
"name": "Diana Suvorova",
"url": "https://github.com/DianaSuvorova"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/tlvince/eslint-plugin-jasmine.git"
},
"bugs": {
"url": "https://github.com/tlvince/eslint-plugin-jasmine/issues"
},
"homepage": "https://github.com/tlvince/eslint-plugin-jasmine",
"devDependencies": {
"eslint": "^6.8.0",
"ghooks": "^2.0.4",
"mocha": "^7.1.2",
"standard": "^14.3.4",
"validate-commit-msg": "^2.14.0",
"semantic-release": "^15.13.31"
},
"config": {
"ghooks": {
"commit-msg": "validate-commit-msg"
}
},
"engines": {
"npm": ">=6",
"node": ">=8"
},
"files": [
"lib/"
]
}