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.
25 lines
530 B
25 lines
530 B
{
|
|
"name": "jquery-countTo",
|
|
"version": "1.0.0",
|
|
"homepage": "https://github.com/mhuggins/jquery-countTo",
|
|
"authors": [
|
|
"Matt Huggins <matt.huggins@gmail.com>"
|
|
],
|
|
"description": "A jQuery plugin that will count up (or down) to a target number at a specified speed.",
|
|
"main": "jquery.countTo.js",
|
|
"keywords": [
|
|
"jQuery",
|
|
"counter",
|
|
"count",
|
|
"increment",
|
|
"decrement"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
]
|
|
}
|
|
|