use c++ instead of c++0x to compatible with old compiler

This commit is contained in:
jiangfriend@gmail.com 2012-02-14 21:10:45 +08:00
parent f8f934a119
commit 314d43203f
11 changed files with 454 additions and 106 deletions

View file

@ -1,14 +1,14 @@
{
"name": "node-curl",
"version": "0.1.0",
"description": "node wrapper for multi curl",
"author" : "Jiang Miao <jiangfriend@gmail.com>",
"description": "node wrapper for multi curl, full 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"
},
"author" : "Jiang Miao <jiangfriend@gmail.com>",
"main" : "./lib",
"scripts" : {
"install" : "node-waf configure build || true"