Skip to content

Commit bff50a9

Browse files
committed
Adds npm package json
1 parent b4e7480 commit bff50a9

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

package.json

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "staff-schedule",
3+
"version": "1.0.0",
4+
"description": "Creates work schedule inside Google Calendar based on Excel Sheet",
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/sero-dev/staff-schedule.git"
12+
},
13+
"author": "Sero-Dev",
14+
"license": "ISC",
15+
"bugs": {
16+
"url": "https://github.com/sero-dev/staff-schedule/issues"
17+
},
18+
"homepage": "https://github.com/sero-dev/staff-schedule#readme"
19+
}

0 commit comments

Comments
 (0)