-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 945 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 945 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
{
"name": "adobe-font-metrics",
"version": "v0.0.0",
"license": "ISC",
"main": "./adobe-font-metrics",
"files": ["adobe-font-metrics.*"],
"repository": "https://github.com/Alhadis/AdobeFontMetrics.js.git",
"description": "Flexible and complete implementation of the Adobe Font Metrics file format.",
"keywords": ["AFM", "font-metrics", "typography", "typesetting", "fonts", "microtypography", "kerning", "tracking", "ligatures", "opentype"],
"author": "John Gardner <gardnerjohng@gmail.com>",
"eslintConfig": {
"extends": "@alhadis",
"globals": {"when": true}
},
"scripts": {
"lint": "make lint",
"test": "make test",
"prepare": "make"
},
"atomTestRunner": "atom-mocha",
"devDependencies": {
"@alhadis/eslint-config": "^2.4.1",
"atom-mocha": "^2.2.2",
"eslint": "^8.23.0",
"rollup": "^1.32.1",
"terser": "^5.14.2",
"mocha": "^10.0.0",
"mocha-when": "^1.0.1",
"chai": "^4.3.6"
}
}