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
51 lines (50 loc) • 1.2 kB
JSON
{
"name": "git-raw-commits",
"version": "1.1.2",
"description": "Get raw git commits out of your repository using git-log(1)",
"homepage": "https://github.com/conventional-changelog/git-latest-tag",
"author": {
"name": "Steve Mao",
"email": "maochenyan@gmail.com",
"url": "https://github.com/stevemao"
},
"repository": "conventional-changelog/git-raw-commits",
"license": "MIT",
"files": [
"index.js",
"cli.js"
],
"keywords": [
"git-raw-commits",
"raw",
"commit",
"commits",
"git",
"log",
"git-log"
],
"dependencies": {
"dargs": "^4.0.1",
"lodash.template": "^4.0.2",
"meow": "^3.3.0",
"split2": "^2.0.0",
"through2": "^2.0.0"
},
"devDependencies": {
"chai": "^3.0.0",
"coveralls": "^2.11.2",
"istanbul": "^0.4.2",
"jscs": "^2.0.0",
"jshint": "^2.8.0",
"mocha": "*",
"shelljs": "^0.6.0"
},
"scripts": {
"lint": "jshint . --exclude node_modules && jscs .",
"test": "npm run-script lint && mocha --timeout 30000",
"coverage": "istanbul cover -x test.js _mocha -- -R spec --timeout 30000 && rm -rf ./coverage"
},
"bin": {
"git-raw-commits": "cli.js"
}
}