UNPKG

685 BJSONView Raw
1{
2 "name": "jquery-ujs",
3 "version": "1.0.4",
4 "description": "Ruby on Rails unobtrusive scripting adapter for jQuery",
5 "main": "src/rails.js",
6 "scripts": {
7 "test": "echo \"See the wiki: https://github.com/rails/jquery-ujs/wiki/Running-Tests-and-Contributing\" && exit 1"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/rails/jquery-ujs.git"
12 },
13 "author": "Stephen St. Martin",
14 "contributors": [
15 "Stephen St. Martin",
16 "Steve Schwartz"
17 ],
18 "license": "MIT",
19 "bugs": {
20 "url": "https://github.com/rails/jquery-ujs/issues"
21 },
22 "homepage": "https://github.com/rails/jquery-ujs",
23 "dependencies": {
24 "jquery": ">=1.8.0"
25 }
26}