first commit

This commit is contained in:
jiangfriend@gmail.com 2012-02-14 14:56:03 +08:00
commit f8f934a119
18 changed files with 901 additions and 0 deletions

17
package.json Normal file
View file

@ -0,0 +1,17 @@
{
"name": "node-curl",
"version": "0.1.0",
"description": "node wrapper for multi curl",
"keywords" : ["node-curl", "curl", "multi-curl", "mcurl"],
"homepage": "http://github.com/jiangmiao/node-curl",
"repository" : {
"type" : "git",
"url" : "git://github.com/jiangmiao/node-curl.git"
},
"author" : "Jiang Miao <jiangfriend@gmail.com>",
"main" : "./lib",
"scripts" : {
"install" : "node-waf configure build || true"
},
"engines" : { "node": ">= 0.6.0" }
}