From 19d9b83fea60450bce0992ed9453586782b03ff3 Mon Sep 17 00:00:00 2001 From: Vadim Namniak Date: Fri, 27 Jun 2014 01:07:42 -0400 Subject: [PATCH] Delete package.json --- package.json | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100755 package.json diff --git a/package.json b/package.json deleted file mode 100755 index 8b764ee..0000000 --- a/package.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "name": "canvas-text-wrapper", - "description": "Javascript canvas text wrapper that automatically breaks the text into lines on a rule of your choice with available horizontal and vertical align options.", - "version": "0.1.0", - "license": "MIT", - "main": "CanvasTextWrapper.min.js", - "repository": { - "type": "git", - "url": "https://github.com/namniak/CanvasTextWrapper" - }, - "author": "Vadim Namniak (https://github.com/namniak)", - "bugs": { - "url": "https://github.com/namniak/CanvasTextWrapper/issues" - } -}