Nathan Rajlich
11 years ago
2 changed files with 52 additions and 26 deletions
@ -1,27 +1,39 @@ |
|||
{ "name": "canvas" |
|||
, "description": "Canvas graphics API backed by Cairo" |
|||
, "version": "1.1.4" |
|||
, "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": "~1.2.0" |
|||
} |
|||
, "devDependencies": { |
|||
"express": "3.0" |
|||
, "jade": "0.28.1" |
|||
, "mocha": "*" |
|||
, "should": "*" |
|||
} |
|||
, "engines": { "node": ">= 0.6.0" } |
|||
, "main": "./lib/canvas.js" |
|||
{ |
|||
"name": "canvas", |
|||
"description": "Canvas graphics API backed by Cairo", |
|||
"version": "1.1.5", |
|||
"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": "~1.2.0" |
|||
}, |
|||
"devDependencies": { |
|||
"express": "3.0", |
|||
"jade": "0.28.1", |
|||
"mocha": "*", |
|||
"should": "*" |
|||
}, |
|||
"engines": { |
|||
"node": ">= 0.6.0" |
|||
}, |
|||
"main": "./lib/canvas.js" |
|||
} |
|||
|
Loading…
Reference in new issue