{ "name": "js-query-string", "version": "0.0.1", "description": "Prepare native JS objects to be used in URL queries", "main": "lib/index.js", "scripts": { "build": "babel src -d lib && jshint lib/index.js && uglifyjs lib/index.js > lib/index.min.js", "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", "devDependencies": { "babel-cli": "^6.7.5", "babel-preset-es2015": "^6.6.0", "jasmine": "^2.4.1", "jshint": "^2.9.1", "uglify-js": "^2.6.2" } }