2015-01-25 19:54:34 +01:00
|
|
|
{
|
|
|
|
"name": "git-stats",
|
2015-10-11 10:49:13 +02:00
|
|
|
"version": "2.1.0",
|
2015-10-06 13:53:59 +02:00
|
|
|
"description": "Local git statistics including GitHub-like contributions calendars.",
|
2015-01-26 09:07:33 +01:00
|
|
|
"main": "lib/index.js",
|
2015-01-26 09:03:05 +01:00
|
|
|
"bin": {
|
|
|
|
"git-stats": "./bin/git-stats"
|
|
|
|
},
|
2015-01-25 19:54:34 +01:00
|
|
|
"scripts": {
|
2015-07-13 07:36:48 +02:00
|
|
|
"test": "node test",
|
2015-10-11 10:49:13 +02:00
|
|
|
"postinstall": "node scripts/migration/2.0.0.js"
|
2015-01-25 19:54:34 +01:00
|
|
|
},
|
2015-01-25 19:59:14 +01:00
|
|
|
"author": "Ionică Bizău <bizauionica@gmail.com>",
|
2015-02-17 20:14:59 +01:00
|
|
|
"contributors": [
|
2015-02-19 05:54:50 +01:00
|
|
|
"Gnab <as0n@gnab.fr>",
|
2015-05-04 10:56:55 +02:00
|
|
|
"William Boman <william@redwill.se>",
|
|
|
|
"Fabian Furger <mystyfly@gmail.com>"
|
2015-02-17 20:14:59 +01:00
|
|
|
],
|
2015-09-21 20:04:22 +02:00
|
|
|
"license": "KINDLY",
|
2015-01-26 09:03:05 +01:00
|
|
|
"devDependencies": {},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/IonicaBizau/git-stats.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"git",
|
|
|
|
"stats",
|
|
|
|
"github",
|
|
|
|
"cli"
|
|
|
|
],
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/IonicaBizau/git-stats/issues"
|
|
|
|
},
|
2015-02-09 13:20:21 +01:00
|
|
|
"homepage": "https://github.com/IonicaBizau/git-stats",
|
|
|
|
"dependencies": {
|
2015-07-13 08:43:16 +02:00
|
|
|
"abs": "^1.0.0",
|
2015-07-08 09:39:13 +02:00
|
|
|
"bug-killer": "^4.0.0",
|
2015-07-08 09:40:53 +02:00
|
|
|
"cli-gh-cal": "^1.0.0",
|
2015-07-13 08:43:16 +02:00
|
|
|
"cli-pie": "^2.0.0",
|
|
|
|
"clp": "^3.0.0",
|
|
|
|
"deffy": "2.0.0",
|
|
|
|
"gitlog-parser": "0.0.4",
|
2015-07-08 10:21:43 +02:00
|
|
|
"gry": "^4.0.0",
|
2015-07-13 08:43:16 +02:00
|
|
|
"is-there": "^4.0.0",
|
|
|
|
"moment": "^2.9.0",
|
|
|
|
"r-json": "^1.0.0",
|
2015-09-14 16:29:40 +02:00
|
|
|
"typpy": "^2.1.0",
|
2015-07-13 08:43:16 +02:00
|
|
|
"ul": "^5.0.0",
|
|
|
|
"w-json": "^1.0.0"
|
2015-07-13 08:36:58 +02:00
|
|
|
},
|
|
|
|
"blah": {
|
2015-07-13 08:43:16 +02:00
|
|
|
"h_img": "http://i.imgur.com/Q7TQYHx.png",
|
2015-09-21 20:04:22 +02:00
|
|
|
"ex_img": "http://i.imgur.com/PpM0i3v.png"
|
2015-02-09 13:20:21 +01:00
|
|
|
}
|
2015-10-11 10:49:13 +02:00
|
|
|
}
|