UNPKG

417 BJSONView Raw
1{
2 "name": "jquery-ujs",
3 "homepage": "https://github.com/rails/jquery-ujs",
4 "authors": ["Stephen St. Martin", "Steve Schwartz"],
5 "description": "Ruby on Rails unobtrusive scripting adapter for jQuery",
6 "main": "src/rails.js",
7 "license": "MIT",
8 "dependencies": {
9 "jquery": ">1.8.*"
10 },
11 "ignore": [
12 "**/.*",
13 "Gemfile*",
14 "Rakefile",
15 "bower_components",
16 "script",
17 "test"
18 ]
19}