diff options
Diffstat (limited to 'component.json')
-rwxr-xr-x | component.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/component.json b/component.json new file mode 100755 index 000000000..cf834a301 --- /dev/null +++ b/component.json @@ -0,0 +1,15 @@ +{ + "name": "jquery", + "repo": "components/jquery", + "version": "2.0.3", + "description": "jQuery component", + "keywords": [ + "jquery", + "component" + ], + "main": "jquery.js", + "scripts": [ + "jquery.js" + ], + "license": "MIT" +} |