mirror of
https://github.com/wassname/CanvasTextWrapper.git
synced 2026-06-27 20:50:13 +08:00
25 lines
814 B
JSON
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"
|
|
}
|
|
}
|