devurl
Version:
convert your ugly urls dev urls from localhost:3000 to dev.myapp.com
45 lines (44 loc) • 979 B
JSON
{
"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"
}
}