macaca-ecosystem
Version:
[![NPM version][npm-image]][npm-url] [![build status][travis-image]][travis-url] [![Test coverage][coveralls-image]][coveralls-url] [![node version][node-image]][node-url] [![npm download][download-image]][download-url]
36 lines (35 loc) • 735 B
JSON
{
"name": "macaca-ecosystem",
"version": "1.0.19",
"main": "index.js",
"bin": {
"macaca-ecosystem": "./bin/macaca-ecosystem.js"
},
"repository": {
"type": "git",
"url": "git://github.com/macacajs/macaca-ecosystem.git"
},
"dependencies": {
"commander": "^2.19.0",
"last-commit-log": "3"
},
"devDependencies": {
"eslint": "*",
"eslint-plugin-mocha": "^4.11.0",
"git-contributor": "*",
"husky": "^1.3.1",
"mocha": "*",
"nyc": "*"
},
"scripts": {
"test": "nyc --reporter=lcov --reporter=text mocha",
"lint": "eslint . --fix",
"contributor": "git-contributor"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint"
}
},
"license": "MIT"
}