{ "name": "conventional-changelog-express", "version": "2.0.1", "description": "conventional-changelog express 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", "express", "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-express#readme", "dependencies": { "q": "^1.5.1" }, "gitHead": "f301b0de0b954713a50b2256a3140e21817d14c0" }