-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 1.08 KB
/
package.json
File metadata and controls
28 lines (28 loc) · 1.08 KB
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
{
"name": "fontinfo",
"version": "0.2.5",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/trevordixon/ttfinfo.git"
},
"keywords": [
"ttf"
],
"author": {
"name": "Trevor Dixon",
"email": "trevordixon@gmail.com"
},
"license": "MIT",
"description": "Extracts metadata from a ttf file.",
"readme": "# ttfinfo\n\nExtracts metadata from a ttf file. Ported from PHP at http://stackoverflow.com/questions/5668901/php-how-to-read-title-of-font-from-ttf-file.\n\nUse like:\n\n var ttfInfo = require('ttfinfo');\n ttfInfo('Fonts/Aaargh.ttf', function(err, info) {\n console.log(info);\n });\n\nAs an alternative to providing a path to your ttf file, you can pass in a buffer.\n",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/trevordixon/ttfinfo/issues"
},
"homepage": "https://github.com/trevordixon/ttfinfo",
"_id": "ttfinfo@0.2.0",
"_shasum": "df4333d126619d5d3afb53fa45d51a73d02fefea",
"_from": "ttfinfo@",
"_resolved": "https://registry.npmjs.org/ttfinfo/-/ttfinfo-0.2.0.tgz"
}