UNPKG

conventional-changelog-mnubo

Version:

conventional-changelog mnubo preset

43 lines (42 loc) 1.18 kB
{ "name": "conventional-changelog-mnubo", "version": "1.0.0", "description": "conventional-changelog mnubo preset", "main": "index.js", "scripts": { "coverage": "istanbul cover -x test.js _mocha -- -R spec --timeout 30000 && rm -rf ./coverage", "lint": "jshint *.js --exclude node_modules && jscs *.js", "test": "mocha --timeout 30000 && npm run-script lint" }, "repository": { "type": "git", "url": "http://git-lab1.mtl.mnubo.com/mnubo/conventional-changelog-mnubo.git" }, "keywords": [ "conventional-changelog", "mnubo", "preset" ], "author": "Jeremy Attali", "license": "MIT", "bugs": { "url": "https://github.com/mnubo/conventional-changelog-mnubo/issues" }, "homepage": "https://github.com/mnubo/conventional-changelog-mnubo#readme", "devDependencies": { "chai": "^3.4.1", "conventional-changelog-core": "^1.0.1", "coveralls": "^2.11.6", "git-dummy-commit": "^1.1.1", "istanbul": "^0.4.1", "jscs": "^2.7.0", "jshint": "^2.9.1", "mocha": "*", "shelljs": "^0.6.0", "through2": "^2.0.0" }, "dependencies": { "compare-func": "^1.3.1", "q": "^1.4.1" } }