UNPKG

851 BJSONView Raw
1{ "name": "querystring",
2 "version": "0.0.1",
3 "description": "Node's querystring module for all engines.",
4 "keywords": [ "query", "querystring" ],
5 "author": "Irakli Gozalishvili <rfobic@gmail.com>",
6 "repository": {
7 "type": "git",
8 "url": "git://github.com/Gozala/querystring.git",
9 "web": "https://github.com/Gozala/querystring"
10 },
11 "bugs": {
12 "web": "http://github.com/Gozala/querystring/issues/"
13 },
14 "directories": {
15 "doc": "./docs",
16 "lib": "./lib",
17 "test": "./test"
18 },
19 "devDependencies": {
20 "test": ">=0.0.10"
21 },
22 "main": "./lib/querystring.js",
23 "engines": {
24 "node": "0.4.x",
25 "teleport": ">=0.2.0"
26 },
27 "scripts": {
28 "test": "node test/test-querystring.js"
29 },
30 "licenses": [
31 {
32 "type" : "MPL 1.1/LGPL 2.1/GPL 2.0",
33 "url" : "http://www.mozilla.org/MPL/"
34 }
35 ]
36}