Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이나경
/
time_table
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
송민석
2022-06-09 15:08:31 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3069e523685aa5499feaeb2fa906c34e214bfc02
3069e523
1 parent
5f00b137
Add npm info for setting package json files
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
0 deletions
package-lock.json
package.json
package-lock.json
0 → 100644
View file @
3069e52
This diff is collapsed. Click to expand it.
package.json
0 → 100644
View file @
3069e52
{
"name"
:
"time_table"
,
"version"
:
"1.0.0"
,
"description"
:
"![logo](./img/linelogo.jpeg)"
,
"main"
:
"chatbot.js"
,
"scripts"
:
{
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
},
"repository"
:
{
"type"
:
"git"
,
"url"
:
"http://khuhub.khu.ac.kr/2019102206/time_table.git"
},
"keywords"
:
[],
"author"
:
""
,
"license"
:
"ISC"
,
"dependencies"
:
{
"express"
:
"^4.18.1"
,
"fs"
:
"^0.0.1-security"
,
"https"
:
"^1.0.0"
,
"mongoose"
:
"^6.3.6"
,
"path"
:
"^0.12.7"
,
"request"
:
"^2.88.2"
}
}
Please
register
or
login
to post a comment