
Checkpoint
./package.json:96831/1389
Showing
2 changed files
with
5 additions
and
6 deletions
... | @@ -2,22 +2,21 @@ | ... | @@ -2,22 +2,21 @@ |
2 | "//1": "describes your app and its dependencies", | 2 | "//1": "describes your app and its dependencies", |
3 | "//2": "https://docs.npmjs.com/files/package.json", | 3 | "//2": "https://docs.npmjs.com/files/package.json", |
4 | "//3": "updating this file will download and update your packages", | 4 | "//3": "updating this file will download and update your packages", |
5 | 5 | "name": "hello-express", | |
6 | "name": "my-glitch-app", | ||
7 | "version": "0.0.1", | 6 | "version": "0.0.1", |
8 | "description": "What am I about?", | 7 | "description": "A simple Node app built on Express, instantly up and running.", |
9 | "main": "server.js", | 8 | "main": "server.js", |
10 | "scripts": { | 9 | "scripts": { |
11 | "start": "node server.js" | 10 | "start": "node server.js" |
12 | }, | 11 | }, |
13 | "dependencies": { | 12 | "dependencies": { |
14 | "express": "^4.16.2" | 13 | "express": "^4.16.3" |
15 | }, | 14 | }, |
16 | "engines": { | 15 | "engines": { |
17 | "node": "8.x" | 16 | "node": "8.x" |
18 | }, | 17 | }, |
19 | "repository": { | 18 | "repository": { |
20 | "url": "https://glitch.com/edit/#!/welcome-project" | 19 | "url": "https://glitch.com/edit/#!/hello-express" |
21 | }, | 20 | }, |
22 | "license": "MIT", | 21 | "license": "MIT", |
23 | "keywords": [ | 22 | "keywords": [ | ... | ... |
... | @@ -365,4 +365,4 @@ registry: 'https://registry.npmjs.org/' | ... | @@ -365,4 +365,4 @@ registry: 'https://registry.npmjs.org/' |
365 | shrinkwrapMinorVersion: 4 | 365 | shrinkwrapMinorVersion: 4 |
366 | shrinkwrapVersion: 3 | 366 | shrinkwrapVersion: 3 |
367 | specifiers: | 367 | specifiers: |
368 | express: ^4.16.2 | 368 | express: ^4.16.3 | ... | ... |
-
Please register or sign in to post a comment