diff options
author | Timmy Willison <timmywillisn@gmail.com> | 2014-02-12 10:00:23 -0800 |
---|---|---|
committer | Timmy Willison <timmywillisn@gmail.com> | 2011-11-03 16:18:21 -0400 |
commit | 5876377b700b1bd26390a0a6d81e978dd822af14 (patch) | |
tree | 6115b33cdf64368f5401106295fd1c5513f4b50d /component.json | |
parent | 47d66eaebd6d4a2ee3e037445bfac65d82fc6780 (diff) | |
download | jquery-1.7.tar.gz jquery-1.7.zip |
Diffstat (limited to 'component.json')
-rwxr-xr-x | component.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/component.json b/component.json new file mode 100755 index 000000000..7e31b285c --- /dev/null +++ b/component.json @@ -0,0 +1,8 @@ +{ + "name" : "jquery", + "version" : "1.7.0", + "main" : "./jquery.js", + "dependencies": { + } +} + |