mirror of
https://github.com/Hopiu/postal.js.git
synced 2026-03-20 16:00:29 +00:00
16 lines
No EOL
380 B
JSON
16 lines
No EOL
380 B
JSON
{
|
|
"name": "qs",
|
|
"description": "querystring parser",
|
|
"version": "0.4.0",
|
|
"repository": {
|
|
"type" : "git",
|
|
"url" : "git://github.com/visionmedia/node-querystring.git"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "*"
|
|
, "should": "*"
|
|
},
|
|
"author": "TJ Holowaychuk <tj@vision-media.ca> (http://tjholowaychuk.com)",
|
|
"main": "index",
|
|
"engines": { "node": "*" }
|
|
} |