aboutsummaryrefslogtreecommitdiffstats
path: root/actiontext/package.json
blob: b42838b1df6fa6a76b645ca375b3607e8bd0a87e (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
{
  "name": "actiontext",
  "version": "6.0.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": {
    "trix": ">=1.0.0",
    "activestorage": "6.0.0-alpha"
  }
}