package.json 928 字节
Newer Older
G
Guillermo Iguaran 已提交
1
{
2
  "name": "@rails/ujs",
3
  "version": "6.0.3-rc1",
G
Guillermo Iguaran 已提交
4 5 6 7 8 9 10 11 12 13
  "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",
R
Ryunosuke Sato 已提交
14
    "test": "echo \"See the README: https://github.com/rails/rails/blob/master/actionview/app/assets/javascripts#how-to-run-tests\" && exit 1",
15
    "lint": "coffeelint app/assets/javascripts && eslint test/ujs/public/test"
G
Guillermo Iguaran 已提交
16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
  },
  "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": {
P
Prem Sichanugrist 已提交
33
    "coffeelint": "^2.1.0",
G
Guillermo Iguaran 已提交
34 35 36
    "eslint": "^2.13.1"
  }
}