-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.35 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.35 KB
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
{
"name": "githubtopcontributors",
"version": "0.1.1",
"description": "node.js site to query the GitHub API using the githubtopcontributors_module module and display the \"top 10\" contributors",
"main": "server.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/stanleyta/githubtopcontributors.git"
},
"keywords": [
"node",
"js",
"github",
"top",
"contributors"
],
"author": "Stanley Ta",
"license": "MIT",
"bugs": {
"url": "https://github.com/stanleyta/githubtopcontributors/issues"
},
"homepage": "https://github.com/stanleyta/githubtopcontributors",
"dependencies": {
"body-parser": "^1.12.0",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.3.4",
"express": "^4.12.2",
"express-session": "^1.10.3",
"githubtopcontributors_module": "^0.1.0",
"jade": "^1.9.2",
"lodash": "^3.3.1",
"morgan": "^1.5.1",
"passport": "^0.2.1",
"passport-github": "^0.1.5",
"passport-local": "^1.0.0",
"path": "^0.11.14",
"promise": "^6.1.0",
"serve-favicon": "^2.2.0",
"winston": "^0.9.0"
},
"devDependencies": {
"assert": "^1.3.0",
"expect.js": "^0.3.1",
"jquery": "^2.1.3",
"mocha": "^2.1.0",
"nock": "^1.1.0",
"node-mocks-http": "^1.2.5",
"request": "^2.53.0",
"should": "^5.1.0"
}
}