mirror of
https://github.com/basecamp/trix.git
synced 2026-05-17 12:00:38 +00:00
30 lines
580 B
JSON
30 lines
580 B
JSON
{
|
|
"name": "trix",
|
|
"version": "0.9.9",
|
|
"description": "A rich text editor for everyday writing",
|
|
"main": "dist/trix.js",
|
|
"style": "dist/trix.css",
|
|
"files": [
|
|
"dist/*.css",
|
|
"dist/*.js"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/basecamp/trix.git"
|
|
},
|
|
"keywords": [
|
|
"rich text",
|
|
"wysiwyg",
|
|
"editor"
|
|
],
|
|
"author": "Basecamp, LLC",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/basecamp/trix/issues"
|
|
},
|
|
"homepage": "http://trix-editor.org/",
|
|
"devDependencies": {
|
|
"svgo": "^0.6.1"
|
|
}
|
|
}
|