Tj Holowaychuk
14 years ago
1 changed files with 3 additions and 3 deletions
@ -1,11 +1,11 @@ |
|||||
{ "name": "canvas" |
{ "name": "canvas" |
||||
, "description": "Canvas graphics API backed by Cairo" |
, "description": "Canvas graphics API backed by Cairo" |
||||
, "version": "0.4.3" |
, "version": "0.4.3" |
||||
, "author": "TJ Holowaychuk <tj@learnboost.com>" |
, "author": "TJ Holowaychuk <tj@learnboost.com>" |
||||
, "keywords": ["canvas", "graphic", "graphics"] |
, "keywords": ["canvas", "graphic", "graphics", "pixman", "cairo"] |
||||
, "scripts": { |
, "scripts": { |
||||
"preinstall": "node-waf configure build" |
"preinstall": "node-waf configure build" |
||||
} |
} |
||||
, "engines": { "node": ">= 0.2.3" } |
, "engines": { "node": "0.4.x" } |
||||
, "main": "./lib/canvas.js" |
, "main": "./lib/canvas.js" |
||||
} |
} |
Loading…
Reference in new issue