-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 921 Bytes
/
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
{
"name": "mage-https-devel",
"version": "0.2.1",
"description": "Toolchain for enabling the use of HTTPS during local development",
"main": "index.js",
"bin": {
"mage-ssl-create": "./bin/mage-ssl-create.js"
},
"scripts": {
"test": "eslint --ext .js,.json ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/mage/mage-https-devel.git"
},
"keywords": [
"mage",
"https",
"ssl"
],
"author": "Marc Trudel <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mage/mage-https-devel/issues"
},
"homepage": "https://github.com/mage/mage-https-devel#readme",
"dependencies": {
"async": "2.4.1",
"http-proxy": "1.16.2",
"mkdirp": "0.5.1",
"pem": "1.12.3",
"windows-elevate": "1.0.1"
},
"devDependencies": {
"eslint": "4.0.0",
"eslint-plugin-json": "1.2.0",
"git-message": "1.0.3"
}
}