mirror of
https://github.com/Hopiu/postal.js.git
synced 2026-03-17 06:30:23 +00:00
12 lines
No EOL
282 B
JSON
12 lines
No EOL
282 B
JSON
{
|
|
"source": "src/main",
|
|
"output": "lib/browser/amd",
|
|
"lint": {},
|
|
"uglify": {},
|
|
"gzip": {},
|
|
"extensions": { "uglify": "min", "gzip": "gz" },
|
|
"wrap": {
|
|
"prefix": "define(['underscore'], function(_) {",
|
|
"suffix": "return postal; });"
|
|
}
|
|
} |