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.
27 lines
768 B
27 lines
768 B
{ "name": "canvas"
|
|
, "description": "Canvas graphics API backed by Cairo"
|
|
, "version": "1.1.3"
|
|
, "author": "TJ Holowaychuk <tj@learnboost.com>"
|
|
, "contributors": [
|
|
"Nathan Rajlich <nathan@tootallnate.net>"
|
|
, "Rod Vagg <r@va.gg>"
|
|
, "Juriy Zaytsev <kangax@gmail.com>"
|
|
]
|
|
, "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"
|
|
}
|
|
, "dependencies": {
|
|
"nan": "~0.4.1"
|
|
}
|
|
, "devDependencies": {
|
|
"express": "3.0"
|
|
, "jade": "0.28.1"
|
|
, "mocha": "*"
|
|
, "should": "*"
|
|
}
|
|
, "engines": { "node": ">= 0.6.0" }
|
|
, "main": "./lib/canvas.js"
|
|
}
|
|
|