-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,18 @@ | ||
{ | ||
"license": "Apache-2.0", | ||
"devDependencies": {}, | ||
"author": "zmtzawqlp", | ||
"keywords": [ | ||
"like_button", | ||
"like", | ||
"likebutton", | ||
"button", | ||
"animation_button" | ||
"animationbutton" | ||
], | ||
"author": "zmtzawqlp", | ||
"name": "@candies/like_button", | ||
"description": "Like Button is a ArkTS library that allows you to create a button with animation effects similar to Twitter's heart when you like something and animation effects to increase like count.", | ||
"description": "Like Button is a ArkTS library that allows you to create a button with animation effects similar to Twitter\u0027s heart when you like something and animation effects to increase like count.", | ||
"main": "Index.ets", | ||
"version": "1.0.0", | ||
"repository": "https://github.com/HarmonyCandies/like_button", | ||
"version": "1.0.0", | ||
"homepage": "https://github.com/HarmonyCandies/like_button" | ||
"homepage": "https://github.com/HarmonyCandies/like_button", | ||
"dependencies": {} | ||
} |