package.json 926 字节
Newer Older
G
Guillermo Iguaran 已提交
1 2
{
  "name": "rails-ujs",
A
Aaron Patterson 已提交
3
  "version": "5.2.4-3",
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 33 34 35 36
  },
  "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": "^1.15.7",
    "eslint": "^2.13.1"
  }
}