Skip to content

Commit ab1dabe

Browse files
committed
Add Bower.json and Package.json
1 parent 23a5cb2 commit ab1dabe

File tree

2 files changed

+54
-0
lines changed

2 files changed

+54
-0
lines changed

bower.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"name": "timesheet.js",
3+
"homepage": "https://sbstjn.github.io/timesheet.js/",
4+
"authors": [
5+
"Sebastian Müller <[email protected]>"
6+
],
7+
"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!",
8+
"main": ["dist/timesheet.min.js", "dist/timesheet.min.css"],
9+
"moduleType": [
10+
"amd"
11+
],
12+
"keywords": [
13+
"timeline",
14+
"timesheet",
15+
"timebar",
16+
"line",
17+
"bar",
18+
"graph",
19+
"visualize",
20+
"chart",
21+
"data"
22+
],
23+
"license": "MIT",
24+
"ignore": [
25+
"**/.*",
26+
"node_modules",
27+
"bower_components",
28+
"src",
29+
"source",
30+
"package.json"
31+
]
32+
}

package.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "timesheet.js",
3+
"version": "2.0.0",
4+
"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!",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/sbstjn/timesheet.js.git"
12+
},
13+
"keywords": [
14+
"timesheet"
15+
],
16+
"author": "Sebastian Müller <[email protected]>",
17+
"license": "MIT",
18+
"bugs": {
19+
"url": "https://github.com/sbstjn/timesheet.js/issues"
20+
},
21+
"homepage": "https://github.com/sbstjn/timesheet.js#readme"
22+
}

0 commit comments

Comments
 (0)