-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
48 lines (48 loc) · 1.29 KB
/
package.json
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": "git-http-mock-server",
"version": "0.0.0-development",
"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 <[email protected]>",
"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",
"htpasswd-js": "^1.0.2",
"micro-cors": "^0.1.1",
"minimisted": "^2.0.0",
"tree-kill": "^1.2.0",
"ssh-keygen": "^0.4.2",
"ssh2": "^0.6.1"
},
"devDependencies": {
"semantic-release": "16.0.3",
"travis-deploy-once": "4.4.1"
}
}