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