-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 833 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 833 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
30
31
32
33
34
35
36
{
"name": "express-github-stats-card",
"version": "1.0.2",
"author": "Cristin O'Connor <her@cristin.io>",
"description": "A stats card for GitHub metrics build for Node + Express.",
"private": false,
"license": "MIT",
"scripts": {
"start": "nodemon server.js --trace-warnings"
},
"repository": {
"type": "git",
"url": "https://github.com/cnocon/express-github-stats-card"
},
"keywords": [
"GitHub",
"Stats",
"Statistics",
"Widget",
"Card",
"GitHub API",
"User",
"Stats",
"Express",
"Express Server",
"Node"
],
"bugs": {
"url": "https://github.com/cnocon/express-github-stats-card/issues"
},
"homepage": "https://github.com/cnocon/express-github-stats-card#readme",
"devDependencies": {
"dotenv": "^8.2.0",
"express": "^4.17.1"
}
}