-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.4 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.4 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
{
"name": "git-http-mock-server",
"version": "1.2.0",
"description": "Clone and push to git repository test fixtures over HTTP.",
"main": "index.js",
"bin": {
"git-http-mock-server": "http-daemon.js",
"git-ssh-mock-server": "ssh-daemon.js"
},
"scripts": {
"test": "echo \"No tests\"",
"semantic-release": "semantic-release",
"travis-deploy-once": "travis-deploy-once"
},
"repository": {
"type": "git",
"url": "https://github.com/isomorphic-git/git-http-mock-server.git"
},
"keywords": [
"karma-plugin",
"karma-middleware",
"git-http-server",
"git-http-backend"
],
"author": "William Hilton <wmhilton@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/isomorphic-git/git-http-mock-server/issues"
},
"homepage": "https://github.com/isomorphic-git/git-http-mock-server#readme",
"dependencies": {
"basic-auth": "^2.0.0",
"buffer-equal-constant-time": "^1.0.1",
"chalk": "^2.4.1",
"daemonize-process": "^1.0.9",
"fixturez": "^1.1.0",
"git-http-backend": "^1.0.2",
"htpasswd-js": "^1.0.2",
"micro-cors": "^0.1.1",
"minimisted": "^2.0.0",
"on-finished": "^2.3.0",
"serve-static": "^1.13.2",
"ssh-keygen": "^0.4.2",
"ssh2": "^0.6.1",
"stack": "^0.1.0",
"tree-kill": "^1.2.0"
},
"devDependencies": {
"semantic-release": "15.1.7",
"travis-deploy-once": "4.4.1"
}
}