Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Jabis Sev贸n
/
gun-multiserver
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
aed326c2
authored
2018-03-21 18:08:46 +0000
by
Glitch (hello-express)
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Checkpoint
./package.json:96831/1389
1 parent
5df1f858
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
7 deletions
package.json
shrinkwrap.yaml
package.json
View file @
aed326c
...
...
@@ -2,22 +2,21 @@
"//1"
:
"describes your app and its dependencies"
,
"//2"
:
"https://docs.npmjs.com/files/package.json"
,
"//3"
:
"updating this file will download and update your packages"
,
"name"
:
"my-glitch-app"
,
"name"
:
"hello-express"
,
"version"
:
"0.0.1"
,
"description"
:
"
What am I about?
"
,
"description"
:
"
A simple Node app built on Express, instantly up and running.
"
,
"main"
:
"server.js"
,
"scripts"
:
{
"start"
:
"node server.js"
},
"dependencies"
:
{
"express"
:
"^4.16.
2
"
"express"
:
"^4.16.
3
"
},
"engines"
:
{
"node"
:
"8.x"
},
"repository"
:
{
"url"
:
"https://glitch.com/edit/#!/
welcome-project
"
"url"
:
"https://glitch.com/edit/#!/
hello-express
"
},
"license"
:
"MIT"
,
"keywords"
:
[
...
...
@@ -25,4 +24,4 @@
"glitch"
,
"express"
]
}
}
\ No newline at end of file
...
...
shrinkwrap.yaml
View file @
aed326c
...
...
@@ -365,4 +365,4 @@ registry: 'https://registry.npmjs.org/'
shrinkwrapMinorVersion
:
4
shrinkwrapVersion
:
3
specifiers
:
express
:
^4.16.
2
express
:
^4.16.
3
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment