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" - } -}