Files
trix/package.json
Javan Makhmali 7d031f862a Trix 0.11.3
2018-06-06 14:28:42 -04:00

30 lines
581 B
JSON

{
"name": "trix",
"version": "0.11.3",
"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"
}
}