{ "name": "canvas" , "description": "Canvas graphics API backed by Cairo" , "version": "0.12.1" , "author": "TJ Holowaychuk " , "keywords": ["canvas", "graphic", "graphics", "pixman", "cairo", "image", "images", "pdf"] , "homepage": "https://github.com/learnboost/node-canvas" , "repository": "git://github.com/learnboost/node-canvas" , "scripts": { "test": "make test" } , "devDependencies": { "express": ">= 2.3.7 && < 3.0.0" , "jade": "0.11.0" , "mocha": "*" , "should": "*" } , "engines": { "node": ">= 0.4.0" } , "main": "./lib/canvas.js" }