UNPKG

git-shizzle

Version:
39 lines (38 loc) 934 B
{ "name": "git-shizzle", "version": "0.1.1", "description": "Does git shizzle", "main": "index.js", "scripts": { "test": "mocha test.js", "watch": "mocha --watch test.js", "coverage": "istanbul cover ./node_modules/.bin/_mocha -- test.js", "test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- test.js" }, "repository": { "type": "git", "url": "https://github.com/3rd-Eden/git-shizzle" }, "keywords": [ "git", "shizzle" ], "author": "Arnout Kazemier", "license": "MIT", "bugs": { "url": "https://github.com/3rd-Eden/git-shizzle/issues" }, "homepage": "https://github.com/3rd-Eden/git-shizzle", "dependencies": { "diagnostics": "1.1.x", "fusing": "1.0.x", "git-format": "0.0.x", "shelljs": "0.8.x" }, "devDependencies": { "assume": "2.1.x", "istanbul": "0.4.x", "mocha": "5.2.x", "pre-commit": "1.2.x" } }