use c++ instead of c++0x to compatible with old compiler
This commit is contained in:
parent
f8f934a119
commit
314d43203f
11 changed files with 454 additions and 106 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue