forked from danmarshall/google-font-to-svg-path
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 883 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
{
"name": "google-font-to-svg-path",
"version": "1.0.0",
"description": "Create an SVG path from a Google font",
"main": "index.js",
"scripts": {
"build": "tsc ./index.ts",
"start": "http-server -c-1 -o",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danmarshall/google-font-to-svg-path.git"
},
"keywords": [
"google",
"fonts",
"svg"
],
"author": "Dan Marshall",
"license": "MIT",
"bugs": {
"url": "https://github.com/danmarshall/google-font-to-svg-path/issues"
},
"homepage": "https://github.com/danmarshall/google-font-to-svg-path#readme",
"dependencies": {
"@types/google.fonts": "^1.0.1",
"makerjs": "^0.9.71",
"opentype.js": "^0.7.3"
},
"devDependencies": {
"http-server": "^0.10.0",
"typescript": "^2.5.2"
}
}