27 lines
703 B
JSON
27 lines
703 B
JSON
{
|
|
"name": "jquery-ujs",
|
|
"version": "1.2.2",
|
|
"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",
|
|
"dependencies": {
|
|
"jquery": ">=1.8.0"
|
|
}
|
|
}
|