Files
trix/package.json
Javan Makhmali 222a6efa5b Trix 0.9.9
2016-08-25 15:17:58 -04:00

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