File size: 483 Bytes
5fae594
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "qs",
  "description": "querystring parser",
  "version": "0.6.6",
  "keywords": ["query string", "parser", "component"],
  "repository": {
    "type" : "git",
    "url" : "git://github.com/visionmedia/node-querystring.git"
  },
  "devDependencies": {
      "mocha": "*"
    , "expect.js": "*"
  },
  "scripts": {
    "test": "make test"
  },
  "author": "TJ Holowaychuk <tj@vision-media.ca> (http://tjholowaychuk.com)",
  "main": "index",
  "engines": { "node": "*" }
}