blob: 63802fb47c62b7a7dc48b246b5c044f64d2939b0 (
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/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
}
|