This repository was archived by the owner on Feb 19, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.43 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.43 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
55
56
57
58
59
{
"name": "badged",
"version": "1.0.0",
"description": "GitHub Release downloads badges",
"main": "index.js",
"engines": {
"node": "8.11.4"
},
"scripts": {
"test": "make test",
"dev": "./node_modules/.bin/nodemon app.js",
"preinstall": "if [ \"$NODE_ENV\" != \"development\" ]; then npm install pm2 -g && pm2 install pm2-logrotate; fi",
"start": "pm2 start --attach process.yml && pm2 logs all"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HR/badged.git"
},
"keywords": [
"GitHub",
"Releases",
"badges",
"shields",
"download",
"count",
"downloads"
],
"author": "Habib Rehman",
"license": "MIT",
"bugs": {
"url": "https://github.com/HR/badged/issues"
},
"homepage": "https://github.com/HR/badged#readme",
"dependencies": {
"fs-extra": "^3.0.1",
"koa": "^2.2.0",
"koa-compress": "^2.0.0",
"koa-ejs": "^4.0.0",
"koa-logger": "^3.0.0",
"koa-response-time": "^2.0.0",
"koa-router": "^7.2.0",
"koa-static": "^3.0.0",
"lodash": "^4.17.11",
"mongodb": "^2.2.27",
"numeral": "^2.0.6",
"parse-link-header": "^1.0.0",
"request": "^2.81.0",
"request-promise-native": "^1.0.4",
"showdown": "^1.6.4",
"winston": "^2.3.1",
"winston-daily-rotate-file": "^1.4.6"
},
"devDependencies": {
"gulp": "^4.0.0",
"gulp-env": "^0.4.0",
"gulp-nodemon": "^2.2.1",
"nodemon": "^1.18.4"
}
}