From 1450371b214fd7224f0f1bee6b0d74e7a15ea3dd Mon Sep 17 00:00:00 2001 From: Tj Holowaychuk Date: Wed, 3 Nov 2010 13:39:09 -0700 Subject: [PATCH] package.json update --- package.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 399a68c..fc18fca 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ -{ "name": "canvas" - , "description": "node canvas implementation backed by Cairo" - , "version": "0.0.1" - , "author": "TJ Holowaychuk " - , "keywords": ["canvas", "graphics"] - , "main": "./lib/canvas.js" - , "scripts": { - "preinstall": "node-waf configure build" - } - , "engines": { "node": ">= 0.2.0" } +{ "name": "canvas" + , "description": "Canvas graphics API backed by Cairo" + , "version": "0.0.1" + , "author": "TJ Holowaychuk " + , "keywords": ["canvas", "graphic", "graphics"] + , "scripts": { + "preinstall": "node-waf configure build" + } + , "engines": { "node": ">= 0.2.0" } + , "main": "./lib/canvas.js" } \ No newline at end of file