-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 944 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
36
37
38
39
{
"name": "fis-command-iconfont",
"version": "1.0.1",
"description": "fis svg2font",
"main": "index.js",
"bugs": {
"url": "https://github.com/qinmudi/fis-command-iconfont/issues"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/qinmudi/fis-command-iconfont.git"
},
"keywords": [
"svg2font"
],
"author": "qinmudi",
"license": "ISC",
"homepage": "https://github.com/qinmudi/fis-command-iconfont#readme",
"dependencies": {
"async": "~0.9.0",
"chalk": "~0.5.1",
"exec": "~0.1.2",
"glob": "~4.3.1",
"memorystream": "~0.2.0",
"mkdirp": "~0.5.0",
"svg2ttf": "~1.2.0",
"svgicons2svgfont": "1.0.0",
"svgo": "~0.5.0",
"temp": "~0.8.1",
"ttf2eot": "~1.3.0",
"ttf2woff": "~1.3.0",
"underscore.string": "~2.4.0",
"winston": "~0.8.3",
"lodash": "^2.4.2"
}
}