forked from gorangajic/devurl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 979 Bytes
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 979 Bytes
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
{
"name": "devurl",
"version": "0.3.1",
"description": "convert your ugly urls dev urls from localhost:3000 to dev.myapp.com",
"author": {
"name": "Goran Gajic",
"email": "fero.null@gmail.com"
},
"main": "index.js",
"scripts": {
"test": "eslint . && NODE_ENV=test mocha",
"postinstall": "./bin/devurl restart"
},
"keywords": [
"dev-tools",
"hostname",
"friendly-urls"
],
"bin": {
"devurl": "./bin/devurl"
},
"bugs": {
"url": "https://github.com/gorangajic/devurl/issues"
},
"license": "MIT",
"dependencies": {
"async": "^1.5.0",
"axon": "^2.0.2",
"axon-rpc": "0.0.3",
"http-proxy": "^1.11.2",
"is-root": "^1.0.0",
"underscore": "^1.8.3"
},
"homepage": "https://github.com/gorangajic/devurl",
"repository": {
"type": "git",
"url": "git://github.com/gorangajic/devurl.git"
},
"devDependencies": {
"chai": "^3.3.0",
"eslint": "^1.6.0",
"mocha": "^2.3.3"
}
}