aboutsummaryrefslogtreecommitdiffstats
path: root/actiontext/package.json
blob: 594cfe16eb35911818c98cd2a649d50481a8b9d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
  "name": "@rails/actiontext",
  "version": "6.1.0-alpha",
  "description": "Edit and display rich text in Rails applications",
  "main": "app/javascript/actiontext/index.js",
  "files": [
    "app/javascript/actiontext/*.js"
  ],
  "homepage": "http://rubyonrails.org/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rails/rails.git"
  },
  "bugs": {
    "url": "https://github.com/rails/rails/issues"
  },
  "author": "Basecamp, LLC",
  "contributors": [
    "Javan Makhmali <javan@javan.us>",
    "Sam Stephenson <sstephenson@gmail.com>"
  ],
  "license": "MIT",
  "dependencies": {
    "@rails/activestorage": "^6.0.0-alpha"
  },
  "peerDependencies": {
    "trix": "^1.0.0"
  }
}