diff --git a/package.json b/package.json new file mode 100644 index 00000000..4d7ef388 --- /dev/null +++ b/package.json @@ -0,0 +1,25 @@ +{ + "name": "jquery-ujs", + "version": "1.0.0", + "description": "Ruby on Rails 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" + }, + "repository": { + "type": "git", + "url": "https://github.com/rails/jquery-ujs.git" + }, + "contributors": [ + "Stephen St. Martin", + "Steve Schwartz" + ], + "license": "MIT", + "bugs": { + "url": "https://github.com/rails/jquery-ujs/issues" + }, + "homepage": "https://github.com/rails/jquery-ujs", + "dependencies": { + "jquery": ">=1.8.0" + } +}