diff options
author | Timmy Willison <timmywillisn@gmail.com> | 2014-02-12 09:46:31 -0800 |
---|---|---|
committer | Timmy Willison <timmywillisn@gmail.com> | 2011-01-31 08:31:29 -0500 |
commit | 675226eea749826a354d07295ff7f7bf0b613f28 (patch) | |
tree | dd4e37369a5356b6eead762d24df669dbb01247e /component.json | |
parent | 8d8db3f2b3f8c3d41854726c8a0227f6deecc602 (diff) | |
download | jquery-675226eea749826a354d07295ff7f7bf0b613f28.tar.gz jquery-675226eea749826a354d07295ff7f7bf0b613f28.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..94c940e28 --- /dev/null +++ b/component.json @@ -0,0 +1,8 @@ +{ + "name" : "jquery", + "version" : "1.5.0", + "main" : "./jquery.js", + "dependencies": { + } +} + |