mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-13 13:19:34 +08:00
34 lines
870 B
JSON
34 lines
870 B
JSON
{
|
|
"name": "composer",
|
|
"version": "0.0.0",
|
|
"authors": [
|
|
"InboxApp"
|
|
],
|
|
"moduleType": [
|
|
"amd"
|
|
],
|
|
"license": "Proprietary",
|
|
"private": true,
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"dependencies": {
|
|
"scribe": "1.0.0",
|
|
"almond": "~0.3",
|
|
"html-janitor": "~0.3",
|
|
"scribe-plugin-toolbar": "~0.1",
|
|
"scribe-plugin-sanitizer": "0.1",
|
|
"scribe-plugin-smart-lists": "~0.1",
|
|
"scribe-plugin-curly-quotes": "~0.1",
|
|
"scribe-plugin-blockquote-command": "~0.1",
|
|
"scribe-plugin-link-prompt-command": "~0.1",
|
|
"scribe-plugin-inline-styles-to-elements": "~0.1",
|
|
"scribe-plugin-intelligent-unlink-command": "~0.1",
|
|
"scribe-plugin-formatter-html-ensure-semantic-elements": "~1.0",
|
|
"scribe-plugin-formatter-plain-text-convert-new-lines-to-html": "~0.1"
|
|
}
|
|
}
|