-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 781 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 781 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
29
30
31
32
33
34
35
36
37
{
"name": "icont-cli",
"version": "1.0.4",
"description": "a tool to convert svg to ttf",
"main": "bin/index.js",
"bin": {
"icont": "./bin/index.js"
},
"scripts": {
"test": "node test/*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lyn-euler/icont-cli.git"
},
"keywords": [
"svg",
"flutter",
"ttf"
],
"author": "lyn-euler",
"license": "MIT",
"bugs": {
"url": "https://github.com/lyn-euler/icont-cli/issues"
},
"homepage": "https://github.com/lyn-euler/icont-cli#readme",
"dependencies": {
"colors-cli": "^1.0.27",
"commander": "^5.1.0",
"copy-template-dir": "^1.4.0",
"svg2ttf": "^5.0.0",
"svgicons2svgfont": "^9.1.1"
},
"devDependencies": {
"test": "^0.6.0"
}
}