aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/vendor/jquery/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'web/src/vendor/jquery/package.json')
-rw-r--r--web/src/vendor/jquery/package.json33
1 files changed, 0 insertions, 33 deletions
diff --git a/web/src/vendor/jquery/package.json b/web/src/vendor/jquery/package.json
deleted file mode 100644
index 5df18ba1..00000000
--- a/web/src/vendor/jquery/package.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "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"
- }
-}
-