Files
2015-09-29 22:41:32 -04:00

25 lines
814 B
JSON

{
"name": "canvas-text-wrapper",
"description": "Pure JavaScript canvas text wrapper that automatically splits a string into lines on specified rule with alignment and padding.",
"version": "0.4.4",
"license": "MIT",
"main": "CanvasTextWrapper.min.js",
"keywords": ["canvas", "canvas text", " text", "split"],
"homepage": "http://namniak.github.io/CanvasTextWrapper/",
"repository": {
"type": "git",
"url": "https://github.com/namniak/CanvasTextWrapper"
},
"author": "Vadim Namniak <vnamnyak@gmail.com> (https://github.com/namniak)",
"bugs": {
"url": "https://github.com/namniak/CanvasTextWrapper/issues"
},
"scripts": {
"test": "beefy test/test.js --live --open"
},
"devDependencies": {
"grunt-contrib-uglify": "^0.9.1",
"uglify-save-license": "^0.4.1"
}
}