Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5dbe4c8

Browse files
Improves handling of dependencies, prep to make it a publishable module
1 parent 529f636 commit 5dbe4c8

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

package.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)