package.json 711 字节
Newer Older
G
George Claghorn 已提交
1
{
2
  "name": "@rails/actiontext",
3
  "version": "6.0.2-rc2",
G
George Claghorn 已提交
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
  "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": {
24
    "@rails/activestorage": "^6.0.0-alpha"
25 26 27
  },
  "peerDependencies": {
    "trix": "^1.0.0"
G
George Claghorn 已提交
28 29
  }
}