forked from Workshape/icon-font-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 843 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
{
"name": "icon-font-generator",
"version": "2.1.10",
"description": "Easy-to-use, pre-configured cli tool to generate webfont icon kits from a bunch of .svg files",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/Workshape/icon-font-generator.git"
},
"bin": {
"icon-font-generator": "bin/icon-font-generator"
},
"scripts": {
"test": "./example/test-script.sh"
},
"author": "Tancredi Trugenberger",
"license": "MIT",
"dependencies": {
"colors": "^1.2.1",
"glob": "^7.1.2",
"minimist": "^1.2.0",
"webfonts-generator": "https://github.com/openmindlab/webfonts-generator/#bcfa1a0fddb9884d82065eb15550ab90a2b7fa7e"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-recommended": "^2.0.0"
},
"engines": {
"node": ">=v8.1.0"
}
}