{ "name": "conventional-changelog-core", "version": "2.0.11", "description": "conventional-changelog core", "repository": { "type": "git", "url": "https://github.com/conventional-changelog/conventional-changelog.git" }, "keywords": [ "conventional-changelog", "conventional", "changelog", "log" ], "license": "MIT", "files": [ "index.js", "lib", "hosts" ], "bugs": { "url": "https://github.com/conventional-changelog/conventional-changelog/issues" }, "homepage": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-core#readme", "dependencies": { "conventional-changelog-writer": "^3.0.9", "conventional-commits-parser": "^2.1.7", "dateformat": "^3.0.0", "get-pkg-repo": "^1.0.0", "git-raw-commits": "^1.3.6", "git-remote-origin-url": "^2.0.0", "git-semver-tags": "^1.3.6", "lodash": "^4.2.1", "normalize-package-data": "^2.3.5", "q": "^1.5.1", "read-pkg": "^1.1.0", "read-pkg-up": "^1.0.1", "through2": "^2.0.0" }, "devDependencies": { "better-than-before": "^1.0.0", "conventional-changelog-angular": "^1.6.6", "git-dummy-commit": "^1.2.0", "git-tails": "^1.0.0", "mkdirp": "^0.5.1", "pinkie-promise": "^2.0.0", "semver": "^5.5.0", "shelljs": "^0.8.0", "tmp": "0.0.33" }, "scripts": { "lint": "eslint --fix .", "test": "mocha --timeout 30000 && npm run-script lint", "test-windows": "mocha --timeout 30000" } }