{ "name": "parse-uri", "description": "Lightweight module for parse an URI.", "homepage": "https://github.com/Kikobeats/parse-uri", "version": "1.0.0", "main": "./index.js", "author": { "name": "Kiko Beats", "email": "josefrancisco.verdu@gmail.com", "url": "https://github.com/Kikobeats" }, "repository": { "type": "git", "url": "git+https://github.com/kikobeats/parse-uri.git" }, "bugs": { "url": "https://github.com/Kikobeats/parse-uri/issues" }, "keywords": [ "URI", "parse" ], "dependencies": {}, "devDependencies": { "browserify": "latest", "coffee-script": "latest", "coffeeify": "latest", "git-dirty": "latest", "gulp": "latest", "gulp-header": "latest", "gulp-uglify": "latest", "gulp-util": "latest", "mocha": "latest", "should": "latest", "standard": "latest", "vinyl-buffer": "latest", "vinyl-source-stream": "latest" }, "engines": { "node": ">= 0.10" }, "scripts": { "clean": "rm -rf node_modules", "lint": "standard lib", "pretest": "npm run lint", "test": "mocha" }, "license": "MIT" }