aboutsummaryrefslogblamecommitdiffstats
path: root/package.json
blob: 62d5b702dbf899a27b3746527c740e7c6510f6e5 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16















                                                                    

                                   


                 
{
  "name": "activetext",
  "version": "0.1",
  "description": "Edit and display rich text in Rails applications",
  "main": "app/javascript/activetext/index.js",
  "files": [
    "app/javascript/activetext/*.js"
  ],
  "repository": "https://github.com/basecamp/activetext",
  "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
}