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