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.
19 lines
607 B
19 lines
607 B
{ "name": "canvas"
|
|
, "description": "Canvas graphics API backed by Cairo"
|
|
, "version": "0.8.3"
|
|
, "author": "TJ Holowaychuk <tj@learnboost.com>"
|
|
, "keywords": ["canvas", "graphic", "graphics", "pixman", "cairo", "image", "images"]
|
|
, "homepage": "https://github.com/learnboost/node-canvas"
|
|
, "repository": "git://github.com/learnboost/node-canvas"
|
|
, "scripts": {
|
|
"preinstall": "node-waf configure build"
|
|
}
|
|
, "devDependencies": {
|
|
"express": "2.3.7"
|
|
, "jade": "0.11.0"
|
|
, "mocha": "*"
|
|
, "should": "*"
|
|
}
|
|
, "engines": { "node": ">= 0.4.0 && < 0.7.0" }
|
|
, "main": "./lib/canvas.js"
|
|
}
|