conventional-changelog-action/node_modules/conventional-changelog-jshint/package.json

41 lines
1.0 KiB
JSON

{
"name": "conventional-changelog-jshint",
"version": "2.0.3",
"description": "conventional-changelog jshint preset",
"main": "index.js",
"scripts": {
"test-windows": "echo 'make work on windows'"
},
"repository": {
"type": "git",
"url": "https://github.com/conventional-changelog/conventional-changelog.git"
},
"keywords": [
"conventional-changelog",
"jshint",
"preset"
],
"author": "Steve Mao",
"engines": {
"node": ">=6.9.0"
},
"license": "ISC",
"files": [
"conventional-changelog.js",
"conventional-recommended-bump.js",
"index.js",
"parser-opts.js",
"writer-opts.js",
"templates"
],
"bugs": {
"url": "https://github.com/conventional-changelog/conventional-changelog/issues"
},
"homepage": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-jshint#readme",
"dependencies": {
"compare-func": "^1.3.1",
"q": "^1.5.1"
},
"gitHead": "7c1c8ad819b05c12c7d58c92ac386b45ada6f6a8"
}