blob: ef4481fbfd32378c195e9a345b22d0f42ba7eee1 (
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": "^0.11.1",
"activestorage": ">= 5.2.0-rc1"
},
"private": true
}
|