This repository was archived by the owner on Apr 17, 2023. 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
54 lines (54 loc) · 1.31 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.31 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
{
"name": "marina-cli",
"version": "3.0.0-beta.4",
"description": "Marina is a CLI tool to provide simple, shareable domains for your dev environment.",
"author": "Shaun Harrison (@shnhrrsn)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/shnhrrsn/marina-cli.git"
},
"keywords": [
"reverse-proxy",
"caddy",
"ngrok",
"dnsmasq",
"docker"
],
"preferGlobal": true,
"bin": {
"marina": "./lib/bin/cli"
},
"dependencies": {
"@babel/polyfill": "^7.0.0",
"chalk": "^2.4.1",
"child-process-promise": "^2.2.1",
"grind-cli": "^0.8.0-beta.3",
"grind-framework": "^0.8.0-beta.1",
"grind-stone": "^0.8.0-beta.9",
"grind-support": "^0.8.0-beta.1",
"grind-view": "^0.8.0-beta.2",
"node-forge": "0.7.5",
"selfsigned": "^1.10.4"
},
"devDependencies": {
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"@babel/register": "^7.0.0",
"babel-eslint": "^10.0.1",
"babel-plugin-module-resolver": "^3.1.1",
"babel-preset-grind": "^0.8.0-beta.3",
"eslint": "^5.6.1",
"eslint-config-grind": "^2.0.4",
"eslint-plugin-import-auto-name": "^1.0.3"
},
"engineStrict": true,
"engines": {
"node": ">=8.0",
"npm": ">=3.0"
},
"scripts": {
"prepare": "bin/build",
"lint": "bin/lint"
}
}