mirror of
https://github.com/Hopiu/postal.js.git
synced 2026-03-17 06:30:23 +00:00
12 lines
No EOL
289 B
JSON
12 lines
No EOL
289 B
JSON
{
|
|
"source": "src/main",
|
|
"output": "lib/browser",
|
|
"lint": {},
|
|
"uglify": {},
|
|
"gzip": {},
|
|
"extensions": { "uglify": "min", "gzip": "gz" },
|
|
"wrap": {
|
|
"prefix": "(function(global, undefined) {",
|
|
"suffix": "global.postal = postal; })(window);"
|
|
}
|
|
} |