-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
50 lines (50 loc) · 1.1 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
49
50
{
"name": "local.dev",
"version": "0.3.2",
"description": "Port forwarding and renaming on localhost made easy",
"bin": {
"local.dev": "bin/cmd.js",
"localdev": "bin/cmd.js"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bbeldame/local.dev.git"
},
"keywords": [
"localhost",
"url",
"rewriting",
"port",
"forwarding",
"port forwarding",
"local",
"proxy",
"rename"
],
"author": {
"name": "Basile Beldame",
"email": "[email protected]",
"url": "https://github.com/bbeldame"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/bbeldame/local.dev/issues"
},
"homepage": "https://github.com/bbeldame/local.dev#readme",
"dependencies": {
"chalk": "^1.1.3",
"commander": "^2.9.0",
"hostile": "^1.3.0",
"is-admin": "^2.1.1"
},
"devDependencies": {
"eslint": "^3.19.0",
"eslint-config-airbnb-base": "^11.1.3",
"eslint-plugin-import": "^2.2.0"
},
"preferGlobal": true
}