| { |
| "author": "", |
| "bugs": { |
| "url": "https://github.com/get/parseuri/issues" |
| }, |
| "bundleDependencies": false, |
| "dependencies": { |
| "better-assert": "~1.0.0" |
| }, |
| "deprecated": false, |
| "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": "git+https://github.com/get/parseuri.git" |
| }, |
| "scripts": { |
| "test": "make test" |
| }, |
| "version": "0.0.5" |
| } |