Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 529f636 commit 5dbe4c8Copy full SHA for 5dbe4c8
1 file changed
package.json
@@ -0,0 +1,20 @@
1
+{
2
+ "name": "variablefont.js",
3
+ "version": "0.0.0",
4
+ "description": "Library for using Variable Fonts. Extends the functionality of OpenType.js.",
5
+ "main": "variableFont.js",
6
+ "author": "",
7
+ "repository": "https://github.com/monotype/variableFont.js.git",
8
+ "license": "MIT",
9
+ "peerDependencies": {
10
+ "opentype.js": "^0.8.0"
11
+ },
12
+ "devDependencies": {
13
+ "opentype.js": "^0.8.0",
14
+ "typescript": "2.5.3"
15
16
+ "scripts": {
17
+ "test": "echo \"Error: no test specified\" && exit 1",
18
+ "build": "tsc --project ./src/tsconfig.json"
19
+ }
20
+}
0 commit comments