aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json32
1 files changed, 32 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 000000000..55d96b922
--- /dev/null
+++ b/package.json
@@ -0,0 +1,32 @@
+{
+ "name": "jquery",
+ "title": "jQuery",
+ "description": "New Wave JavaScript",
+ "version": "1.8.0",
+ "homepage": "http://jquery.com",
+ "author": {
+ "name": "John Resig"
+ },
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/jquery/jquery.git"
+ },
+ "bugs": {
+ "url": "http://bugs.jquery.com"
+ },
+ "licenses": [
+ {
+ "type": "MIT",
+ "url": "http://jquery.com/blob/master/MIT-LICENSE.txt"
+ },
+ {
+ "type": "GPL",
+ "url": "http://jquery.com/blob/master/GPL-LICENSE.txt"
+ }
+ ],
+ "dependencies": {},
+ "devDependencies": {
+ "grunt-compare-size": ">=0.1.0"
+ },
+ "keywords": []
+}