{
    "name": "udping",
    "version": "0.5.0",
    "description": "A simple Ping app. with UDP socket.",
    "main": "index.js",
    "scripts": {
        "test": "node cli.js"
    },
    "bin": {
        "udping": "cli.js",
        "udping-web": "webConsole.js"
    },
    "author": "yasnyan",
    "license": "MIT",
    "dependencies": {
        "browserify": "^13.1.1",
        "express": "^4.14.0",
        "gulp": "^3.9.1",
        "ip": "^1.1.3",
        "opts": "^1.2.2",
        "socket.io": "^1.7.2",
        "socket.io-client": "^1.7.2",
        "vinyl-source-stream": "^1.1.0",
        "vue": "^2.1.4"
    },
    "repository": {
        "type": "git",
        "url": "http://github.com/yas-nyan/udping.git"
    },
    "engines": {
        "node": ">=4.4.7"
    },
    "bugs": {
        "url": "http://github.com/yas-nyan/udping/issues"
    }
}