fonteditor/module.conf
2016-01-18 17:00:25 +08:00

19 lines
380 B
Plaintext

{
"baseUrl": "src",
"paths": {
"ClipperLib": "http://ClipperLib",
"inflate": "http://inflate",
"utpl": "http://utpl",
"JSZip": "http://JSZip"
},
"packages": [
{
"name": "fonteditor-core",
"location": "../dep/fonteditor-core/src"
}
],
"combine": {
"fonteditor/main": 1
}
}