-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
52 lines (52 loc) · 1.35 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "font-toolkit",
"version": "0.0.4",
"description": "Slicing and converting fonts.",
"main": "dist/src/index.js",
"directories": {
"test": "test"
},
"engines": {
"node": ">=9.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hsiaosiyuan0/fonts.git"
},
"keywords": ["font", "slice", "convert", "ttf", "otf", "woff", "minify"],
"author": "hsiaosiyuan0@outlook.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/hsiaosiyuan0/fonts/issues"
},
"homepage": "https://github.com/hsiaosiyuan0/fonts#readme",
"devDependencies": {
"@types/del": "^3.0.0",
"@types/gulp": "^4.0.5",
"@types/gulp-sourcemaps": "^0.0.32",
"@types/gulp-util": "^3.0.34",
"@types/jsonfile": "^4.0.1",
"del": "^3.0.0",
"gulp": "^4.0.0",
"gulp-prettier-plugin": "^1.2.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-tslint": "^8.1.3",
"gulp-typescript": "^4.0.1",
"gulp-util": "^3.0.8",
"jsonfile": "^4.0.0",
"prettier": "^1.11.1",
"ts-node": "^3.0.2",
"tslint": "^5.0.0",
"typescript": "^2.7.2",
"typescript-register": "^1.1.0",
"typescript-require": "^0.2.9-1"
},
"dependencies": {
"@types/node": "^9.4.6",
"big-integer": "^1.6.27"
},
"files": ["dist/src", "src"]
}