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.
35 lines
812 B
35 lines
812 B
7 years ago
|
{
|
||
|
"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"
|
||
|
],
|
||
|
"_release": "1.0.0",
|
||
|
"_resolution": {
|
||
|
"type": "version",
|
||
|
"tag": "v1.0.0",
|
||
|
"commit": "9d78616de2f28edaa48fc8bbd634424a0e2cbec5"
|
||
|
},
|
||
|
"_source": "git://github.com/mhuggins/jquery-countTo.git",
|
||
|
"_target": "~1.0.0",
|
||
|
"_originalSource": "countto",
|
||
|
"_direct": true
|
||
|
}
|