forked from mgechev/github-contributors-list
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.04 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "github-contributors-list",
"version": "1.2.4",
"description": "Node.js script, which outputs all the contributors for given project in different formats",
"main": "index.js",
"bin": {
"githubcontrib": "./bin/githubcontrib"
},
"scripts": {
"start": "./bin/githubcontrib",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/mgechev/github-contributors-list.git"
},
"authors": [
{
"name": "Minko Gechev",
"social": "@mgechev",
"url": "http://blog.mgechev.com/"
},
{
"name": "Thomas Burleson",
"email": "[email protected]",
"url": "http://solutionoptimist.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/mgechev/github-contributors-list/issues"
},
"homepage": "https://github.com/mgechev/github-contributors-list",
"dependencies": {
"marked": "^0.8.0",
"merge": "^1.2.1",
"minimist": "^1.2.0",
"q": "^1.5.1",
"sprintf-js": "^1.1.2"
}
}