19 lines
364 B
JSON
19 lines
364 B
JSON
|
{
|
||
|
"name": "foundation-emails",
|
||
|
"version": "2.2.1",
|
||
|
"homepage": "http://foundation.zurb.com/emails",
|
||
|
"authors": [
|
||
|
"ZURB <foundation@zurb.com>"
|
||
|
],
|
||
|
"description": "A framework for designing responsive emails by ZURB.",
|
||
|
"license": "MIT",
|
||
|
"ignore": [
|
||
|
"**/.*",
|
||
|
"node_modules",
|
||
|
"bower_components",
|
||
|
"gem",
|
||
|
"test",
|
||
|
"tests"
|
||
|
]
|
||
|
}
|