| 1234567891011121314151617181920 |
- {
- "name": "js-query-string",
- "version": "0.0.1",
- "description": "Prepare native JS objects to be used in URL queries",
- "main": "lib/index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/Alpha-Atom/js-query-string.git"
- },
- "author": "Matt Coles",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/Alpha-Atom/js-query-string/issues"
- },
- "homepage": "https://github.com/Alpha-Atom/js-query-string#readme"
- }
|