git-refs
Version:
finds all references of a git repository
40 lines (39 loc) • 964 B
JSON
{
"name": "git-refs",
"version": "1.1.3",
"description": "finds all references of a git repository",
"main": "index.js",
"bin": {
"git-refs": "./bin/git-refs.js"
},
"scripts": {
"test": "standard && node test | tap-spec",
"prepublish": "semantic-release pre",
"postpublish": "semantic-release post"
},
"repository": {
"type": "git",
"url": "https://github.com/christophwitzko/git-refs.git"
},
"keywords": [
"git",
"refs"
],
"author": "Christoph Witzko <npm@christophwitzko.com> (http://christophwitzko.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/christophwitzko/git-refs/issues"
},
"homepage": "https://github.com/christophwitzko/git-refs",
"devDependencies": {
"semantic-release": "^3.0.2",
"standard": "^2.5.0",
"tap-spec": "^2.2.1",
"tape": "^3.5.0"
},
"dependencies": {
"path-object": "^2.3.0",
"slash": "^1.0.0",
"walk": "^2.3.9"
}
}