blob: aa6e6b7c22353ea6b7b90125f095f1ffd1de3ea4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{
"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/rails/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
}
|