34 lines
688 B
JSON
34 lines
688 B
JSON
|
|
{
|
||
|
|
"name": "parse-uri",
|
||
|
|
"description": "Lightweight module for parse an URI.",
|
||
|
|
"homepage": "https://github.com/Kikobeats/parse-uri",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"main": "./dist/parse-uri.js",
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"email": "josefrancisco.verdu@gmail.com",
|
||
|
|
"name": "Kiko Beats",
|
||
|
|
"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"
|
||
|
|
],
|
||
|
|
"ignore": [
|
||
|
|
"**/.*",
|
||
|
|
"bower_components",
|
||
|
|
"node_modules",
|
||
|
|
"test",
|
||
|
|
"tests"
|
||
|
|
],
|
||
|
|
"license": "MIT"
|
||
|
|
}
|