forked from ecomfe/fonteditor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1006 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
40
41
42
{
"author": "mkwiser",
"bugs": {
"url": "https://github.com/ecomfe/fonteditor/issues"
},
"contributors": [
{
"email": "[email protected]",
"name": "kekee000"
},
{
"email": "[email protected]",
"name": "junmer"
}
],
"description": "ttf to woff,svg,eot convert, ttf adjust",
"scripts": {
"start": "edp webserver start",
"build": "sh build.sh",
"build-index": "node build/build-index.js",
"build-css": "node build/build-css.js"
},
"devDependencies": {
"less": "~2.0.0",
"q": "^1.2.0"
},
"homepage": "https://github.com/ecomfe/fonteditor",
"keywords": [
"font",
"ttf",
"woff",
"svg",
"eot"
],
"license": "MIT",
"name": "fonteditor",
"repository": {
"type": "git",
"url": "git://github.com/ecomfe/fonteditor.git"
},
"version": "0.0.1"
}