mirror of
https://github.com/basecamp/trix.git
synced 2026-05-17 12:00:38 +00:00
35 lines
518 B
JSON
35 lines
518 B
JSON
{
|
|
"name": "trix",
|
|
"description": "A rich text editor for everyday writing",
|
|
"main": [
|
|
"dist/trix.js",
|
|
"dist/trix.css"
|
|
],
|
|
"authors": [
|
|
"Basecamp, LLC"
|
|
],
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"rich text",
|
|
"wysiwyg",
|
|
"editor"
|
|
],
|
|
"homepage": "http://trix-editor.org/",
|
|
"moduleType": [
|
|
"globals"
|
|
],
|
|
"ignore": [
|
|
"**/.*",
|
|
"assets",
|
|
"bin",
|
|
"polyfills",
|
|
"src",
|
|
"test",
|
|
"*.md",
|
|
"config.ru",
|
|
"Gemfile*",
|
|
"LICENSE",
|
|
"package.json"
|
|
]
|
|
}
|