-
Notifications
You must be signed in to change notification settings - Fork 508
/
package.json
26 lines (26 loc) · 707 Bytes
/
package.json
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
{
"name": "jquery-ujs",
"version": "1.2.3",
"description": "Unobtrusive scripting adapter for jQuery",
"main": "src/rails.js",
"scripts": {
"test": "echo \"See the wiki: https://github.com/rails/jquery-ujs/wiki/Running-Tests-and-Contributing\" && exit 1",
"postversion": "git push && git push --tags && npm publish"
},
"repository": {
"type": "git",
"url": "https://github.com/rails/jquery-ujs.git"
},
"author": [
"Stephen St. Martin",
"Steve Schwartz"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/rails/jquery-ujs/issues"
},
"homepage": "https://github.com/rails/jquery-ujs#readme",
"peerDependencies": {
"jquery": ">=1.8.0"
}
}