UNPKG

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