forked from shakacode/jquery-ujs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 727 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 727 Bytes
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
{
"name": "jquery-ujs",
"version": "1.2.1",
"description": "Ruby on Rails unobtrusive scripting adapter for jQuery, for npm",
"main": "src/rails.js",
"scripts": {
"test": "echo \"See the wiki: https://github.com/rails/jquery-ujs/wiki/Running-Tests-and-Contributing\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/shakacode/jquery-ujs.git"
},
"author": "Stephen St. Martin",
"contributors": [
"Stephen St. Martin",
"Steve Schwartz",
"Justin Gordon"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/shakacode/jquery-ujs/issues"
},
"homepage": "https://github.com/shakacode/jquery-ujs",
"dependencies": {
"jquery": ">=1.8.0"
}
}