mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-29 06:36:08 +10:00
30 lines
568 B
JSON
30 lines
568 B
JSON
{
|
|
"name": "nanobar",
|
|
"filename": "nanobar.min.js",
|
|
"version": "0.2.1",
|
|
"description": "Very lightweight js progress bars (for browsers)",
|
|
"author": "Jacobo Tabernero",
|
|
"homepage": "http://nanobar.micronube.com",
|
|
"keywords": [
|
|
"progressbar",
|
|
"css3",
|
|
"js",
|
|
"html"
|
|
],
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/jacoborus/nanobar.git"
|
|
},
|
|
"npmName": "nanobar",
|
|
"npmFileMap": [
|
|
{
|
|
"basePath": "/",
|
|
"files": [
|
|
"nanobar.js",
|
|
"nanobar.min.js"
|
|
]
|
|
}
|
|
]
|
|
}
|