diff options
author | Rick Waldron waldron.rick@gmail.com <waldron.rick@gmail.com> | 2012-04-18 16:07:35 -0400 |
---|---|---|
committer | Rick Waldron waldron.rick@gmail.com <waldron.rick@gmail.com> | 2012-04-18 16:07:35 -0400 |
commit | 1434b5b56756d02190afe552b626823c97b11a49 (patch) | |
tree | 00f26bc3c5904fc94760b324e64d4850a98cd203 /package.json | |
parent | 9ebc27db54194c88fa7aed29a8c648c330300ac8 (diff) | |
download | jquery-1434b5b56756d02190afe552b626823c97b11a49.tar.gz jquery-1434b5b56756d02190afe552b626823c97b11a49.zip |
Initial grunt implementation
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 32 |
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": [] +} |