diff options
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": { + } +} + |