mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 18:32:20 +08:00
4619871e8d
Summary: Fixes: T1334 remove final InboxApp references move out all underscore-plus methods Mass find and replace of underscore-plus sed -i '' -- 's/underscore-plus/underscore/g' **/*.coffee sed -i '' -- 's/underscore-plus/underscore/g' **/*.cjsx Test Plan: edgehill --test Reviewers: bengotow Reviewed By: bengotow Differential Revision: https://phab.nylas.com/D1534
34 lines
867 B
JSON
34 lines
867 B
JSON
{
|
|
"name": "composer",
|
|
"version": "0.0.0",
|
|
"authors": [
|
|
"Nylas"
|
|
],
|
|
"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"
|
|
}
|
|
}
|