💅👵 Checkpoint
./package.json:96831/1389
This commit is contained in:
parent
5df1f85813
commit
aed326c21f
@ -2,22 +2,21 @@
|
|||||||
"//1": "describes your app and its dependencies",
|
"//1": "describes your app and its dependencies",
|
||||||
"//2": "https://docs.npmjs.com/files/package.json",
|
"//2": "https://docs.npmjs.com/files/package.json",
|
||||||
"//3": "updating this file will download and update your packages",
|
"//3": "updating this file will download and update your packages",
|
||||||
|
"name": "hello-express",
|
||||||
"name": "my-glitch-app",
|
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"description": "What am I about?",
|
"description": "A simple Node app built on Express, instantly up and running.",
|
||||||
"main": "server.js",
|
"main": "server.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node server.js"
|
"start": "node server.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"express": "^4.16.2"
|
"express": "^4.16.3"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "8.x"
|
"node": "8.x"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"url": "https://glitch.com/edit/#!/welcome-project"
|
"url": "https://glitch.com/edit/#!/hello-express"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
@ -365,4 +365,4 @@ registry: 'https://registry.npmjs.org/'
|
|||||||
shrinkwrapMinorVersion: 4
|
shrinkwrapMinorVersion: 4
|
||||||
shrinkwrapVersion: 3
|
shrinkwrapVersion: 3
|
||||||
specifiers:
|
specifiers:
|
||||||
express: ^4.16.2
|
express: ^4.16.3
|
||||||
|
Loading…
Reference in New Issue
Block a user