Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김영곤
/
LINEBOT
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
강수인
2018-12-07 01:03:58 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
92d353d9bfe2b2ebf8d9dff8b3dedcef81502043
92d353d9
1 parent
491e8345
package.json
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
0 deletions
package-lock.json
package.json
package-lock.json
0 → 100644
View file @
92d353d
This diff is collapsed. Click to expand it.
package.json
0 → 100644
View file @
92d353d
{
"name"
:
"linebot"
,
"version"
:
"1.0.0"
,
"description"
:
""
,
"main"
:
"app.js"
,
"scripts"
:
{
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
,
"start"
:
"node server.js"
},
"author"
:
"강수인"
,
"license"
:
"MIT"
,
"dependencies"
:
{
"@line/bot-sdk"
:
"^6.4.0"
,
"express"
:
"^4.16.4"
}
}
Please
register
or
login
to post a comment