Toggle navigation
Toggle navigation
This project
Loading...
Sign in
윤성배
/
chatbot_for_PsychologicalTest
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Ubuntu
2020-12-01 13:22:48 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b1779b268d710fc3be72ab771272eac179f0b195
b1779b26
1 parent
3db59102
chatbot-reply-package
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
0 deletions
package-lock.json
package.json
package-lock.json
0 → 100644
View file @
b1779b2
This diff is collapsed. Click to expand it.
package.json
0 → 100644
View file @
b1779b2
{
"name"
:
"reply"
,
"version"
:
"1.0.0"
,
"description"
:
""
,
"main"
:
"app.js"
,
"scripts"
:
{
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
},
"author"
:
""
,
"license"
:
"ISC"
,
"dependencies"
:
{
"body-parser"
:
"^1.19.0"
,
"express"
:
"^4.17.1"
,
"request"
:
"^2.88.2"
}
}
\ No newline at end of file
Please
register
or
login
to post a comment