forked from wzulfikar/github-asean-top-contributors
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 918 Bytes
/
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
{
"name": "github-area-top-users",
"version": "0.1.0",
"description": "Top gitHub users rank generation script for a given geographical area population query",
"author": "Jorge Moreno, @alterebro. (www.moro.es)",
"repository": {
"type": "git",
"url": "git+https://github.com/alterebro/area-top-github-users.git"
},
"bugs": {
"url": "https://github.com/alterebro/area-top-github-users/issues"
},
"homepage": "http://alterebro.github.io/area-top-github-users",
"main": "app/main.js",
"scripts": {
"start": "node app/main.js"
},
"license": "MIT",
"devDependencies": {
"cheerio": "^0.20.0",
"gulp": "^3.9.1",
"gulp-clean-css": "^2.0.12",
"gulp-htmlmin": "^2.0.0",
"gulp-if": "^2.0.1",
"gulp-rename": "^1.2.2",
"gulp-sequence": "^0.4.6",
"gulp-uglify": "^2.0.0",
"gulp-useref": "^3.1.2",
"junk": "^1.0.3",
"superagent": "^2.1.0"
}
}