From 4d7e9ed62772d3f57f16f7a1b8b263f77469fe53 Mon Sep 17 00:00:00 2001 From: Vadim Namniak Date: Fri, 27 Jun 2014 02:30:41 -0400 Subject: [PATCH] Delete package.json~ --- package.json~ | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100755 package.json~ diff --git a/package.json~ b/package.json~ deleted file mode 100755 index 2a0f309..0000000 --- a/package.json~ +++ /dev/null @@ -1,30 +0,0 @@ -{ - "name": "canvas-text-wrapper", - "description": "JavaScript canvas text wrapper that automatically splits a string into lines on specified rule with optional alignments and padding.", - "version": "0.1.0", - "license": "MIT", - "main": "CanvasTextWrapper.min.js", - "homepage": "http://namniak.github.io/CanvasTextWrapper/", - "repository": { - "type": "git", - "url": "https://github.com/namniak/CanvasTextWrapper" - }, - "author": "Vadim Namniak (https://github.com/namniak)", - "bugs": { - "url": "https://github.com/namniak/CanvasTextWrapper/issues" - }, - "directories": { - "example": "examples" - }, - "dependencies": { - "grunt": "^0.4.5", - "grunt-contrib-jshint": "^0.6.5", - "grunt-contrib-nodeunit": "^0.2.2", - "grunt-contrib-uglify": "^0.2.7", - "uglify-save-license": "^0.4.1" - }, - "devDependencies": {}, - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - } -}