mirror of
https://github.com/Hopiu/postal.js.git
synced 2026-03-16 22:20:23 +00:00
18 lines
No EOL
312 B
JSON
18 lines
No EOL
312 B
JSON
{
|
|
"anvil.uglify" : {},
|
|
"anvil.http": {
|
|
"paths": {
|
|
"/": "./"
|
|
}
|
|
},
|
|
"anvil.jshint" : {
|
|
"all": true
|
|
},
|
|
"output": {
|
|
"full": "lib",
|
|
"partial": {
|
|
"**/lib/postal.*" : [ "example/standard/js", "example/amd/js/libs/postal" ]
|
|
}
|
|
},
|
|
"dependencies": [ "anvil.http", "anvil.uglify", "anvil.jshint" ]
|
|
} |