npm init
package.json
0 → 100644
{ | ||
"name": "today-ku", | ||
"version": "1.0.0", | ||
"description": "KU 일정관리 앱", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://compmath.korea.ac.kr/gitlab/students/today-ku.git" | ||
}, | ||
"keywords": [ | ||
"일정관리", | ||
"학업스케쥴", | ||
"학사일정" | ||
], | ||
"author": "김수빈, 최가영", | ||
"license": "ISC" | ||
} |
Please register or sign in to comment