UNPKG

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