-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 830 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 830 Bytes
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
{
"name": "ttfwordextractiontools",
"version": "2.1.2",
"description": "Auto extration part of words from TTF, and make ttf file smaller.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yhchen/TTFWordExtractionTools.git"
},
"keywords": [
"ttf"
],
"author": "myself559@gmail.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/yhchen/TTFWordExtractionTools/issues"
},
"homepage": "https://github.com/yhchen/TTFWordExtractionTools#readme",
"dependencies": {
"argv": "0.0.2",
"micromatch": "^3.1.10"
},
"devDependencies": {
"@types/argv": "0.0.4",
"@types/micromatch": "^3.1.0",
"@types/node": "^11.11.6",
"typescript": "^3.3.4000"
}
}