forked from kekee000/fonteditor-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.21 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
53
54
55
56
57
58
59
60
61
{
"name": "fonteditor-core",
"version": "0.0.3",
"description": "fonts (ttf, woff, eot, svg, otf) parse, write, transform. glyph adjust.",
"keywords": [
"sfnt",
"font",
"editor",
"ttf",
"woff",
"svg",
"eot",
"otf"
],
"homepage": "https://github.com/kekee000/fonteditor-core",
"author": [
{
"name": "kekee000",
"email": "[email protected]"
},
{
"name": "junmer",
"email": "[email protected]"
}
],
"bugs": {
"url": "https://github.com/kekee000/fonteditor-core/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/kekee000/fonteditor-core/raw/master/LICENSE"
}
],
"scripts": {
"build": "sh build-node.sh",
"test": "phantomjs test/run-jasmine.js test/SpecRunner.html"
},
"edp": {
"main": "src/main",
"dependencies": {}
},
"dependencies": {
"xmldom": "~0.1.19"
},
"repository": {
"type": "git",
"url": "git://github.com/kekee000/fonteditor-core.git"
},
"files": [
"node"
],
"main": "node/main.js",
"devDependencies": {
"b3b": "0.0.1",
"esprima": "^2.4.1",
"estraverse": "^4.1.0",
"pako": "^0.2.7",
"phantomjs": "^1.9.17"
}
}