You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
826 B
36 lines
826 B
{
|
|
"name": "counterup",
|
|
"version": "1.0.0",
|
|
"title": "Counter-Up",
|
|
"description": "A lightweight jQuery plugin that counts up to a targeted number when the number becomes visible.",
|
|
"keywords": [
|
|
"jquery",
|
|
"plugin",
|
|
"counter",
|
|
"count",
|
|
"up",
|
|
"number",
|
|
"figure",
|
|
"numeric",
|
|
"int",
|
|
"float",
|
|
"animation"
|
|
],
|
|
"homepage": "https://github.com/bfintal/Counter-Up",
|
|
"author": {
|
|
"name": "Benjamin Intal",
|
|
"url": "https://github.com/bfintal/"
|
|
},
|
|
"bugs": "https://github.com/bfintal/Counter-Up/issues",
|
|
"licenses": [
|
|
{
|
|
"type": "GPL2",
|
|
"url": "https://raw.github.com/bfintal/Counter-Up/master/LICENSE"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"jquery": ">=1.5",
|
|
"waypoints": ">=2.0"
|
|
},
|
|
"demo": "http://bfintal.github.io/Counter-Up/demo/demo.html"
|
|
} |