You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

11 lines
314 B

{ "name": "canvas"
, "description": "node canvas implementation backed by Cairo"
, "version": "0.0.1"
, "author": "TJ Holowaychuk <tj@vision-media.ca>"
, "keywords": []
, "main": "./lib/canvas.js"
, "scripts": {
"preinstall": "node-waf configure build"
}
, "engines": { "node": ">= 0.2.0" }
}