forked from finos/git-proxy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.05 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.05 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
{
"name": "github-proxy",
"version": "0.0.1",
"description": "Github proxy for scanning and inspecting a 'git push' ",
"main": "index.js",
"scripts": {
"test": "mocha",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pGrovesy/github-proxy.git"
},
"author": "Paul Groves",
"license": "ISC",
"bugs": {
"url": "https://github.com/pGrovesy/github-proxy/issues"
},
"homepage": "https://github.com/pGrovesy/github-proxy#readme",
"dependencies": {
"express": "^4.17.1",
"express-http-proxy": "^1.6.0",
"https": "^1.0.0",
"why-is-node-running": "^2.1.2"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-google": "^0.14.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"livereload": "^0.9.1",
"mocha": "^7.1.1",
"gulp": "^4.0.2",
"gulp-mocha": "^7.0.2",
"gulp-livereload": "^4.0.2"
}
}