forked from lTyl/word-wrapper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.08 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "word-wrapper-improved",
"version": "1.0.8",
"description": "wraps words based on arbitrary 2D glyphs",
"main": "index.js",
"license": "MIT",
"author": {
"name": "Matt DesLauriers",
"email": "[email protected]",
"url": "https://github.com/mattdesl"
},
"dependencies": {},
"devDependencies": {
"2d-context": "^1.1.0",
"6to5ify": "^3.1.2",
"beefy": "^2.1.1",
"browserify": "^8.1.0",
"domready": "^1.0.7",
"tap-spec": "^2.1.2",
"tape": "^3.0.3"
},
"scripts": {
"test": "node test.js | tap-spec",
"canvas": "beefy demo/canvas.js -- -t 6to5ify",
"build": "browserify demo/canvas.js -t 6to5ify > demo/bundle.js"
},
"keywords": [
"glyph",
"word",
"wrap",
"wordwrap",
"pre",
"string",
"text",
"font",
"rendering",
"canvas",
"2d",
"text"
],
"repository": {
"type": "git",
"url": "git://github.com/ltyl/word-wrapper.git"
},
"homepage": "https://github.com/mattdesl/word-wrapper",
"bugs": {
"url": "https://github.com/mattdesl/word-wrapper/issues"
}
}