UNPKG

object-to-querystring

Version:
30 lines (29 loc) 871 B
{ "name": "object-to-querystring", "version": "1.0.8", "description": "Convert an object into a query string", "main": "./lib", "scripts": { "test": "tape-watch -r babel-register ./src/**/*.test.js -1", "test:watch": "tape-watch -r babel-register ./src/**/*.test.js -w -c", "build": "babel src --out-dir lib" }, "repository": { "type": "git", "url": "git+https://github.com/Cyberlane/object-to-querystring.git" }, "author": "Justin Nel", "license": "ISC", "bugs": { "url": "https://github.com/Cyberlane/object-to-querystring/issues" }, "homepage": "https://github.com/Cyberlane/object-to-querystring#readme", "devDependencies": { "babel-cli": "^6.24.1", "babel-core": "^6.24.1", "babel-preset-es2015": "^6.24.1", "babel-preset-stage-0": "^6.24.1", "tape": "^4.8.0", "tape-watch": "^2.3.0" } }