UNPKG

902 BJSONView Raw
1{
2 "name": "x-query-string",
3 "version": "2.1.0",
4 "description": "A query string encoder and decoder. Can be used to encode arrays and objects.",
5 "main": "index.js",
6 "types": "./index.d.ts",
7 "scripts": {
8 "test": "node scripts/build.js && mocha",
9 "dev": "node scripts/dev.js",
10 "build": "node scripts/build.js"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git+https://github.com/john-yuan/querystring.js.git"
15 },
16 "keywords": [
17 "querystring"
18 ],
19 "author": "JOHN YUAN",
20 "license": "MIT",
21 "bugs": {
22 "url": "https://github.com/john-yuan/querystring.js/issues"
23 },
24 "homepage": "https://github.com/john-yuan/querystring.js#readme",
25 "devDependencies": {
26 "@john-yuan/dev-browserify-builder": "^1.0.1",
27 "@john-yuan/dev-browserify-watcher": "^1.0.5",
28 "@john-yuan/dev-server": "^1.0.4",
29 "bundle-collapser": "^1.3.0",
30 "mocha": "^5.2.0"
31 }
32}