-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 791 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 791 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
{
"name": "variablefont.js",
"version": "0.0.0",
"description": "Library for using Variable Fonts. Extends the functionality of OpenType.js.",
"main": "variableFont.js",
"author": "Bob Taylor, Monotype Imaging Inc.",
"repository": {
"type": "git",
"url": "git+https://github.com/monotype/variableFont.js.git"
},
"license": "MIT",
"peerDependencies": {
"opentype.js": "^0.8.0"
},
"devDependencies": {
"opentype.js": "^0.8.0",
"typescript": "^2.5.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc --project ./src/tsconfig.json"
},
"bugs": {
"url": "https://github.com/monotype/variableFont.js/issues"
},
"homepage": "https://github.com/monotype/variableFont.js#readme",
"keywords": []
}