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