-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbower.json
executable file
·44 lines (44 loc) · 1016 Bytes
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "animationCounter.js",
"title": "animationCounter.js",
"description": "animationCounter.js is a jQuery plugin that animates a number from a value to an other or to a value to an infinite number",
"keywords": [
"jquery",
"animate",
"animationCounter",
"animated",
"animation",
"counter",
"count",
"number"
],
"version": "1.0.0",
"author": {
"name": "Micheline Pavadé",
"url": "https://github.com/mpavade"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"homepage": "https://mpavade.github.io/animationCounter.js/demo/",
"download": "https://github.com/mpavade/animationCounter.js/archive/master.zip",
"dependencies": {
"jquery": ">=1.7.0"
},
"main": "animationCounter.js",
"authors": [
"Micheline Pavadé"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"demo",
".DS_Store"
]
}