{ | |
"author": "", | |
"dependencies": { | |
"better-assert": "~1.0.0" | |
}, | |
"description": "Method that parses a URI and returns an array of its components", | |
"devDependencies": { | |
"better-assert": "1.0.0", | |
"mocha": "1.17.1" | |
}, | |
"homepage": "https://github.com/get/parseuri", | |
"license": "MIT", | |
"name": "parseuri", | |
"repository": { | |
"type": "git", | |
"url": "https://github.com/get/parseuri.git" | |
}, | |
"scripts": { | |
"test": "make test" | |
}, | |
"version": "0.0.5" | |
} |