forked from crodjer-archive/express-git
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.07 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
{
"name": "express-git",
"version": "0.8.0",
"description": "An express middleware acting as git-http-backend and more",
"main": "src/index.js",
"scripts": {
"test": "mocha --recursive test/"
},
"author": "Alexandros Sigalas <alxarch@gmail.com>",
"license": "Apache 2.0",
"keywords": [
"git",
"git-http-backend",
"http",
"express",
"middleware"
],
"dependencies": {
"bluebird": "^3",
"body-parser": "^1",
"busboy": "^0.2",
"events-as-promised": "^0.1",
"express": "^4",
"lodash": "^3",
"mime-types": "^2",
"mkdirp": "^0.5",
"mockery": "^2",
"nodegit": "^0.24.0",
"path-to-regexp": "^2",
"rimraf": "^2",
"shelljs": "^0.8"
},
"devDependencies": {
"chai": "^4",
"mocha": "^5",
"morgan": "^1",
"supertest": "^3",
"supertest-as-promised": "^4"
},
"repository": {
"type": "git",
"url": "https://github.com/alxarch/express-git"
},
"bugs": {
"url": "https://github.com/alxarch/express-git/issues"
},
"homepage": "https://github.com/alxarch/express-git"
}