charlike
Version:
Small, fast, simple and streaming project scaffolder for myself, but not only. Supports hundreds of template engines through the @JSTransformers API or if you want custom `render` function passed through options
36 lines (35 loc) • 636 B
JSON
{
"name": "git-remote-origin-url",
"version": "2.0.0",
"description": "Get the remote origin url of a git repository",
"keywords": [
"git",
"config",
"url",
"repo"
],
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"repository": "sindresorhus/git-remote-origin-url",
"scripts": {
"test": "xo && ava"
},
"dependencies": {
"gitconfiglocal": "^1.0.0",
"pify": "^2.3.0"
},
"devDependencies": {
"ava": "*",
"xo": "*"
},
"engines": {
"node": ">=4"
},
"license": "MIT",
"files": [
"index.js"
]
}