-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.26 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "webuild-repos",
"version": "1.4.5",
"description": "generates a list of top open source repositories in your city",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/webuildorg/webuild-repos.git"
},
"keywords": [
"repos",
"repositories",
"github",
"open source"
],
"author": {
"name": "Sayanee Basu",
"url": "https://sayan.ee"
},
"contributors": [
{
"name": "Chinmay Pendharkar",
"url": "https://chinpen.net"
}
],
"license": "MIT",
"homepage": "https://github.com/webuildorg/webuild-repos",
"bugs": {
"url": "https://github.com/webuildorg/webuild-repos/issues"
},
"engines": {
"node": ">=0.12"
},
"config": {
"blanket": {
"pattern": [
"repos/index.js"
],
"data-cover-never": "node_modules"
}
},
"dependencies": {
"github": "8.1.1",
"jsonfile": "2.4.0",
"mess": "0.1.2",
"promise": "7.1.1",
"moment-timezone": "0.5.11",
"cli-color": "1.1.0"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-bump": "^0.8.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-jsbeautifier": "^0.2.13",
"grunt-jscs": "^3.0.1"
}
}