forked from namniak/canvas-text-wrapper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 895 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "canvas-text-wrapper",
"description": "Split canvas text into lines on specified rule with optional alignment, padding, and more. Supports HDPI screens.",
"version": "0.9.2",
"license": "MIT",
"main": "canvas-text-wrapper.js",
"keywords": [
"canvas",
"canvas text",
"text",
"split",
"wrap",
"hdpi canvas",
"text split"
],
"homepage": "http://namniak.github.io/canvas-text-wrapper/",
"repository": {
"type": "git",
"url": "https://github.com/namniak/canvas-text-wrapper"
},
"author": "Vadim Namniak <vnamnyak@gmail.com> (https://github.com/namniak)",
"bugs": {
"url": "https://github.com/namniak/canvas-text-wrapper/issues"
},
"scripts": {
"test": "beefy test/test.js --live --open"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-uglify": "^0.9.1",
"uglify-save-license": "^0.4.1"
}
}