package.json
{
"name": "commit-a-day",
"version": "1.3.0",
"description": "Get handy tips on what to do as your daily github commit.",
"main": "index.js",
"scripts": {
"test": "npm run lint && npm run test-browser && mocha",
"test-browser": "karma start test/browser/karma.conf.js",
"lint": "eslint . && echo 'Lint passed'"
},
"repository": {
"type": "git",
"url": "git://github.com/eiriksm/commit-a-day.git"
},
"bin": {
"commit-a-day": "./bin/commit-a-day"
},
"keywords": [
"github"
],
"author": "Eirik S. Morland <eirik@morland.no>",
"license": "MIT",
"bugs": {
"url": "https://github.com/eiriksm/commit-a-day/issues"
},
"homepage": "https://github.com/eiriksm/commit-a-day",
"dependencies": {
"colors": "^1.3.0",
"nomnom": "^1.8.1",
"prompt": "^1.0.0",
"request": "^2.68.0",
"semver": "^5.0.3",
"underscore": "^1.9.1",
"waitgroup": "^1.1.0",
"yesno": "0.1.0"
},
"devDependencies": {
"browserify": "^16.2.2",
"coveralls": "^3.0.0",
"eslint": "^4.1.0",
"gulp": "^4.0.0",
"gulp-autoprefixer": "6.0.0",
"gulp-concat": "^2.6.0",
"gulp-sass": "^4.0.2",
"gulp-streamify": "1.0.2",
"gulp-uglify": "^3.0.0",
"istanbul": "^0.4.0",
"karma": "^2.0.0",
"karma-browserify": "^5.0.3",
"karma-chrome-launcher": "^2.2.0",
"karma-cli": "2.0.0",
"karma-mocha": "^1.0.1",
"mithril": "^1.1.1",
"mocha": "^3.0.0",
"require-dir": "^1.0.0",
"should": "^13.0.1",
"vinyl-source-stream": "^2.0.0"
}
}