{ "name": "canvas" , "description": "Canvas graphics API backed by Cairo" , "version": "1.0.0" , "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": "3.0" , "jade": "0.28.1" , "mocha": "*" , "should": "*" } , "engines": { "node": ">= 0.6.0" } , "main": "./lib/canvas.js" }