| { | |
| "author": "Gal Koren", | |
| "dependencies": { | |
| "better-assert": "~1.0.0" | |
| }, | |
| "description": "Provides methods for parsing a query string into an object, and vice versa.", | |
| "devDependencies": { | |
| "better-assert": "~1.0.0", | |
| "mocha": "1.17.1" | |
| }, | |
| "homepage": "https://github.com/get/querystring", | |
| "license": "MIT", | |
| "name": "parseqs", | |
| "repository": { | |
| "type": "git", | |
| "url": "https://github.com/get/querystring.git" | |
| }, | |
| "scripts": { | |
| "test": "make test" | |
| }, | |
| "version": "0.0.5" | |
| } |