component.json.

master
Artem Sapegin 2012-09-22 00:41:55 +04:00
parent f8f5987778
commit 7f7a41787c
1 changed files with 8 additions and 0 deletions

8
component.json Normal file
View File

@ -0,0 +1,8 @@
{
"name": "social-likes",
"version": "2.0.1",
"main": ["./social-likes.min.js", "./social-likes.css"],
"dependencies": {
"jquery": ">=1.7"
}
}