1 changed files with 10 additions and 10 deletions
@ -1,11 +1,11 @@ |
|||||
{ "name": "canvas" |
{ "name": "canvas" |
||||
, "description": "node canvas implementation backed by Cairo" |
, "description": "Canvas graphics API backed by Cairo" |
||||
, "version": "0.0.1" |
, "version": "0.0.1" |
||||
, "author": "TJ Holowaychuk <tj@vision-media.ca>" |
, "author": "TJ Holowaychuk <tj@learnboost.com>" |
||||
, "keywords": ["canvas", "graphics"] |
, "keywords": ["canvas", "graphic", "graphics"] |
||||
, "main": "./lib/canvas.js" |
, "scripts": { |
||||
, "scripts": { |
"preinstall": "node-waf configure build" |
||||
"preinstall": "node-waf configure build" |
} |
||||
} |
, "engines": { "node": ">= 0.2.0" } |
||||
, "engines": { "node": ">= 0.2.0" } |
, "main": "./lib/canvas.js" |
||||
} |
} |
Loading…
Reference in new issue