{ "name": "conventional-changelog-jquery", "version": "0.1.0", "description": "conventional-changelog jquery preset", "main": "index.js", "scripts": { "coverage": "istanbul cover _mocha -- -R spec && rm -rf ./coverage", "lint": "jshint *.js --exclude node_modules && jscs *.js", "test": "mocha && npm run-script lint" }, "repository": { "type": "git", "url": "git+https://github.com/stevemao/conventional-changelog-jquery.git" }, "keywords": [ "conventional-changelog", "jquery", "preset" ], "author": "Steve Mao", "license": "ISC", "bugs": { "url": "https://github.com/stevemao/conventional-changelog-jquery/issues" }, "homepage": "https://github.com/stevemao/conventional-changelog-jquery#readme", "devDependencies": { "chai": "^3.5.0", "conventional-changelog-core": "0.0.2", "coveralls": "^2.11.6", "istanbul": "^0.4.2", "jscs": "^2.9.0", "jshint": "^2.9.1", "mocha": "*", "shelljs": "^0.5.3", "through2": "^2.0.0" }, "dependencies": { "q": "^1.4.1" } }