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
336 B

{ "name": "canvas"
, "description": "Canvas graphics API backed by Cairo"
, "version": "0.0.1"
, "author": "TJ Holowaychuk <tj@learnboost.com>"
, "keywords": ["canvas", "graphic", "graphics"]
, "scripts": {
"preinstall": "node-waf configure build"
}
, "engines": { "node": ">= 0.2.3 < 0.3.0" }
, "main": "./lib/canvas.js"
}