node-curl/package.json
jiangfriend@gmail.com 94cef17bf8 bump to version 0.1.1
2012-02-17 22:21:03 +08:00

17 lines
513 B
JSON

{
"name": "node-curl",
"version": "0.1.1",
"author" : "Jiang Miao <jiangfriend@gmail.com>",
"description": "node wrapper for multi curl, fully implemented.",
"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"
},
"main" : "./lib",
"scripts" : {
"install" : "node-waf configure build || true"
},
"engines" : { "node": ">= 0.6.0" }
}