mirror of https://github.com/ColorlibHQ/gentelella
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.
18 lines
338 B
18 lines
338 B
{
|
|
"name": "jquery-sparkline",
|
|
"version": "2.1.3",
|
|
"homepage": "https://github.com/rkgrep/jquery.sparkline",
|
|
"authors": [
|
|
"Gareth Watts <gareth@omnipotent.net>"
|
|
],
|
|
"main": "dist/jquery.sparkline.js",
|
|
"license": "BSD 3",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
]
|
|
}
|