forked from heartcode/CanvasLoader
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
24 lines (24 loc) · 698 Bytes
/
bower.json
File metadata and controls
24 lines (24 loc) · 698 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "CanvasLoader",
"version": "0.9.1",
"homepage": "https://github.com/heartcode/CanvasLoader",
"repository": {
"type": "git",
"url": "git://github.com/heartcode/CanvasLoader.git"
},
"authors": [
"Róbert Pataki"
],
"description": "Heartcode CanvasLoader is a lightweight JavaScript UI library, which uses the HTML canvas element to draw and animate circular preloaders. The library is currently in beta, some minor changes and improvements might be done to it in the near future.",
"main": "js/heartcode-canvasloader.js",
"moduleType": [
"globals"
],
"keywords": [
"loader",
"spinner",
"canvas",
"animation"
],
"license": "MIT"
}