aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/package.json
blob: 74cdcfec43b9db076d97193377c3b84c6d9a2f7a (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
30
31
32
33
34
35
36
{
  "name": "@rails/ujs",
  "version": "6.1.0-alpha",
  "description": "Ruby on Rails unobtrusive scripting adapter",
  "main": "lib/assets/compiled/rails-ujs.js",
  "files": [
    "lib/assets/compiled/*.js"
  ],
  "directories": {
    "test": "test"
  },
  "scripts": {
    "build": "bundle exec blade build",
    "test": "echo \"See the README: https://github.com/rails/rails/blob/master/actionview/app/assets/javascripts#how-to-run-tests\" && exit 1",
    "lint": "coffeelint app/assets/javascripts && eslint test/ujs/public/test"
  },
  "repository": {
    "type": "git",
    "url": "rails/rails"
  },
  "contributors": [
    "Stephen St. Martin",
    "Steve Schwartz",
    "Dangyi Liu",
    "All contributors"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/rails/rails/issues"
  },
  "homepage": "http://rubyonrails.org/",
  "devDependencies": {
    "coffeelint": "^2.1.0",
    "eslint": "^2.13.1"
  }
}