package.json 439 Bytes
Newer Older
Kim, Subin's avatar
Kim, Subin committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "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"
}