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..698b62f56 --- /dev/null +++ b/component.json @@ -0,0 +1,8 @@ +{ + "name" : "jquery", + "version" : "1.2.3", + "main" : "./jquery.js", + "dependencies": { + } +} + |