forked from sbstjn/timesheet.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
38 lines (38 loc) · 791 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
{
"name": "timesheet.js",
"version": "1.0.0",
"homepage": "https://sbstjn.github.io/timesheet.js/",
"authors": [
"sbstjn <[email protected]>"
],
"description": "With Timesheet.js you can easily create simple time and data sheets or timelines using HTML5, JavaScript and CSS3. Yep, it's a Vanilla JS library!",
"main": ["dist/timesheet.js", "dist/timesheet.css"],
"moduleType": [
"amd"
],
"keywords": [
"timeline",
"timesheet",
"timebar",
"line",
"bar",
"graph",
"visualize",
"chart"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"screen.png",
"source",
"config.rb",
"Gruntfile.js",
"Gemfile",
"Gemfile.lock",
"package.json"
]
}