UNPKG

git-show

Version:

runs git show <commit> and parses the results

44 lines (43 loc) 1.02 kB
{ "name": "git-show", "version": "0.0.11", "description": "runs git show <commit> and parses the results", "main": "git_show.js", "scripts": { "jshint": "node_modules/jshint/bin/jshint *.js test/*.js", "test": "node_modules/mocha/bin/mocha -R spec" }, "repository": { "type": "git", "url": "https://github.com/coyotebringsfire/git-show.git" }, "keywords": [ "git", "git-wrapper2", "simple-statistics", "async", "mocha", "debug" ], "author": "aumkara@gmail.com", "license": "ISC", "bugs": { "url": "https://github.com/coyotebringsfire/git-show/issues" }, "homepage": "https://github.com/coyotebringsfire/git-show", "devDependencies": { "comandante": "0.0.1", "git-history": "0.0.2", "jshint": "^2.8.0", "mocha": "^2.2.5", "rimraf": "^2.4.2", "should": "^6.0.3" }, "dependencies": { "async": "^1.4.0", "debug": "^2.2.0", "git-wrapper2": "^0.2.5", "q": "^1.4.1", "simple-statistics": "^0.9.2" } }