git-init
Version:
26 lines (25 loc) • 468 B
JSON
{
"name": "git-init",
"version": "1.0.0",
"description": "git-init",
"main": "index.js",
"scripts": {
"test": "standard && NODE_ENV=test node test",
"test-cov": "standard && NODE_ENV=test istanbul cover test.js"
},
"repository": "yoshuawuyts/git-init",
"keywords": [
"git",
"create",
"init"
],
"license": "MIT",
"dependencies": {},
"devDependencies": {
},
"files": [
"LICENSE",
"index.js",
"README.md"
]
}