-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 886 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
34
35
36
37
38
39
40
{
"name": "iosevka",
"version": "2.3.0",
"main": "./generate.js",
"engines": {
"node": ">=8.4.0"
},
"scripts": {
"install": "node checkenv",
"build": "verda -f verdafile.js",
"build-custom": "npm run build -- contents::iosevka-custom",
"stylus": "stylus"
},
"dependencies": {
"caryll-shapeops": "^0.3.1",
"fonteditor-core": "^2.1.6",
"glob": "^7.1.6",
"libspiro-js": "^0.3.1",
"megaminx": "^0.9.0",
"object-assign": "^4.1.1",
"opentype.js": "^1.3.3",
"otfcc-ttcize": "^0.8.0",
"parcel": "^1.12.3",
"primitive-quadify-off-curves": "^0.4.0",
"toml": "^2.3.2",
"topsort": "0.0.2",
"ttf2woff": "^2.0.1",
"ttf2woff2": "^2.0.3",
"unorm": "^1.4.1",
"verda": "^1.0.0-0",
"yargs": "^12.0.0"
},
"devDependencies": {
"colors": "^1.3.3",
"patel": "^0.33.1",
"patrisika-scopes": "^0.11.1",
"eslint": "^5.2.0",
"stylus": "^0.54.5"
}
}