-
-
Notifications
You must be signed in to change notification settings - Fork 398
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
5 changed files
with
414 additions
and
414 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,32 +1,32 @@ | ||
{ | ||
"name": "bootstrap-star-rating", | ||
"version": "1.0.0", | ||
"homepage": "https://github.com/kartik-v/bootstrap-star-rating", | ||
"authors": [ | ||
"Kartik Visweswaran <[email protected]>" | ||
], | ||
"description": "A simple yet powerful JQuery star rating plugin for Bootstrap.", | ||
"main": [ | ||
"./css/star-rating.min.css", | ||
"./js/star-rating.min.js" | ||
], | ||
"keywords": [ | ||
"bootstrap", | ||
"star", | ||
"rating" | ||
], | ||
"dependencies": { | ||
"jquery": ">= 1.9.0", | ||
"bootstrap": ">= 3.0.0" | ||
}, | ||
"license": "BSD-3", | ||
"ignore": [ | ||
"**/.*", | ||
"node_modules", | ||
"composer.json", | ||
"examples", | ||
"bower_components", | ||
"test", | ||
"tests" | ||
] | ||
"name": "bootstrap-star-rating", | ||
"version": "1.0.0", | ||
"homepage": "https://github.com/kartik-v/bootstrap-star-rating", | ||
"authors": [ | ||
"Kartik Visweswaran <[email protected]>" | ||
], | ||
"description": "A simple yet powerful JQuery star rating plugin for Bootstrap.", | ||
"main": [ | ||
"./css/star-rating.min.css", | ||
"./js/star-rating.min.js" | ||
], | ||
"keywords": [ | ||
"bootstrap", | ||
"star", | ||
"rating" | ||
], | ||
"dependencies": { | ||
"jquery": ">= 1.9.0", | ||
"bootstrap": ">= 3.0.0" | ||
}, | ||
"license": "BSD-3", | ||
"ignore": [ | ||
"**/.*", | ||
"node_modules", | ||
"composer.json", | ||
"examples", | ||
"bower_components", | ||
"test", | ||
"tests" | ||
] | ||
} |
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,19 +1,19 @@ | ||
{ | ||
"name": "kartik-v/bootstrap-star-rating", | ||
"description": "A simple yet powerful JQuery star rating plugin for Bootstrap.", | ||
"keywords": ["bootstrap", "jquery", "star", "rating"], | ||
"homepage": "https://github.com/kartik-v/bootstrap-star-rating", | ||
"license": "BSD 3-Clause", | ||
"authors": [ | ||
{ | ||
"name": "Kartik Visweswaran", | ||
"email": "[email protected]", | ||
"homepage": "http://www.krajee.com/" | ||
} | ||
], | ||
"autoload": { | ||
"psr-4": { | ||
"kartik\\": "" | ||
} | ||
} | ||
"name": "kartik-v/bootstrap-star-rating", | ||
"description": "A simple yet powerful JQuery star rating plugin for Bootstrap.", | ||
"keywords": ["bootstrap", "jquery", "star", "rating"], | ||
"homepage": "https://github.com/kartik-v/bootstrap-star-rating", | ||
"license": "BSD 3-Clause", | ||
"authors": [ | ||
{ | ||
"name": "Kartik Visweswaran", | ||
"email": "[email protected]", | ||
"homepage": "http://www.krajee.com/" | ||
} | ||
], | ||
"autoload": { | ||
"psr-4": { | ||
"kartik\\": "" | ||
} | ||
} | ||
} |
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
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
Oops, something went wrong.