-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 761 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 761 Bytes
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
{
"name": "github-leaderboard",
"version": "0.4.0",
"description": "GitHub Leaderboard for the projects and contributors",
"author": "Eugene Fidelin <eugene.fidelin@gmail.com>",
"keywords": [
"Github",
"leaderboard"
],
"repository": {
"type": "git",
"url": "https://github.com/eugef/github-leaderboard"
},
"license": "MIT",
"dependencies": {
"bower": "^1.8.4",
"colors": "^1.3.1",
"http-proxy": "^1.17.0",
"http-server": "^0.11.1",
"minimatch": "^3.0.4",
"optimist": "~0.6.1",
"portfinder": "^1.0.15"
},
"scripts": {
"postinstall": "bower install",
"prestart": "npm install",
"start": "bin/github-proxy -a 0.0.0.0 -p 8889 & http-server app/ -a 0.0.0.0 -p 8888 -c-1 -d false"
}
}