forked from filamentgroup/glyphhanger
-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
44 lines (44 loc) · 1.01 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
{
"name": "glyphhanger",
"version": "5.0.0",
"description": "A tool to ease webfont subsetting.",
"main": "src/GlyphHanger.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zachleat/glyphhanger.git"
},
"author": {
"name": "Zach Leatherman",
"email": "[email protected]",
"url": "https://zachleat.com/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/zachleat/glyphhanger/issues"
},
"homepage": "https://github.com/zachleat/glyphhanger#readme",
"bin": {
"glyphhanger": "./cmd.js"
},
"dependencies": {
"@zachleat/spider-pig": "^3.0.0",
"chalk": "^4.1.0",
"characterset": "^1.3.0",
"connect": "^3.7.0",
"debug": "^4.3.3",
"filesize": "^6.1.0",
"get-stdin": "^8.0.0",
"glob": "^7.2.0",
"jsdom": "^15.2.1",
"minimist": "^1.2.5",
"parse-filepath": "^1.0.2",
"serve-static": "^1.14.1",
"shelljs": "^0.8.4"
},
"devDependencies": {
"mocha": "^8.3.1"
}
}