Files
trix/bower.json
Javan Makhmali ae19f7280d Add bower.json
2015-10-21 16:06:17 -05:00

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