Mailspring/internal_packages/composer/bower.json
Evan Morikawa 4619871e8d refactor(utils): switch to regular underscore
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
2015-05-19 16:06:59 -07:00

35 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"
}
}