mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
21 lines
535 B
JSON
21 lines
535 B
JSON
{
|
|
"name": "actiontext",
|
|
"version": "0.1.0",
|
|
"description": "Edit and display rich text in Rails applications",
|
|
"main": "app/javascript/actiontext/index.js",
|
|
"files": [
|
|
"app/javascript/actiontext/*.js"
|
|
],
|
|
"repository": "https://github.com/basecamp/actiontext",
|
|
"author": "Basecamp, LLC",
|
|
"contributors": [
|
|
"Javan Makhmali <javan@javan.us>",
|
|
"Sam Stephenson <sstephenson@gmail.com>"
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"trix": ">=1.0.0",
|
|
"activestorage": ">=5.2.0"
|
|
},
|
|
"private": true
|
|
}
|