diff options
author | Timmy Willison <timmywillisn@gmail.com> | 2014-02-12 09:21:28 -0800 |
---|---|---|
committer | Timmy Willison <timmywillisn@gmail.com> | 2009-01-13 17:50:31 +0000 |
commit | 9dc7a3a7d20c0e75b927c956cba8de4dc30db077 (patch) | |
tree | ec0127d0fc5d1f734ada7fd9b69b7cd03a7cd3aa /component.json | |
parent | 9988e3877b1308b73ace985f243d47b21fd2ae05 (diff) | |
download | jquery-1.3.0.tar.gz jquery-1.3.0.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..fccbbba71 --- /dev/null +++ b/component.json @@ -0,0 +1,8 @@ +{ + "name" : "jquery", + "version" : "1.3.0", + "main" : "./jquery.js", + "dependencies": { + } +} + |