mirror of
https://github.com/wassname/CanvasTextWrapper.git
synced 2026-08-12 11:40:36 +08:00
added bower & npm repositories
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
node_modules
|
||||||
+2
-1
@@ -1,9 +1,10 @@
|
|||||||
{
|
{
|
||||||
"name": "canvas-text-wrapper",
|
"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.",
|
"description": "JavaScript canvas text wrapper that automatically splits a string into lines on specified rule with optional alignments and padding.",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "CanvasTextWrapper.min.js",
|
"main": "CanvasTextWrapper.min.js",
|
||||||
|
"homepage": "http://namniak.github.io/CanvasTextWrapper/",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/namniak/CanvasTextWrapper"
|
"url": "https://github.com/namniak/CanvasTextWrapper"
|
||||||
|
|||||||
Executable
+30
@@ -0,0 +1,30 @@
|
|||||||
|
{
|
||||||
|
"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 <vnamnyak@gmail.com> (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"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user