diff options
Diffstat (limited to 'web/src/vendor/jquery/package.json')
-rw-r--r-- | web/src/vendor/jquery/package.json | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/web/src/vendor/jquery/package.json b/web/src/vendor/jquery/package.json new file mode 100644 index 00000000..5df18ba1 --- /dev/null +++ b/web/src/vendor/jquery/package.json @@ -0,0 +1,33 @@ +{ + "name": "jquery", + "description": "JavaScript library for DOM operations", + "version": "2.1.1", + "homepage": "http://jquery.com", + "author": { + "name": "jQuery Foundation and other contributors", + "url": "https://github.com/jquery/jquery/blob/master/AUTHORS.txt" + }, + "repository": { + "type": "git", + "url": "https://github.com/jquery/jquery.git" + }, + "keywords": [ + "jquery", + "javascript", + "browser", + "library" + ], + "bugs": { + "url": "http://bugs.jquery.com" + }, + "licenses": [ + { + "type": "MIT", + "url": "https://github.com/jquery/jquery/blob/master/MIT-LICENSE.txt" + } + ], + "spm": { + "main": "jquery.js" + } +} + |