aed326c21f
./package.json:96831/1389
27 lines
628 B
JSON
27 lines
628 B
JSON
{
|
|
"//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": "hello-express",
|
|
"version": "0.0.1",
|
|
"description": "A simple Node app built on Express, instantly up and running.",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"start": "node server.js"
|
|
},
|
|
"dependencies": {
|
|
"express": "^4.16.3"
|
|
},
|
|
"engines": {
|
|
"node": "8.x"
|
|
},
|
|
"repository": {
|
|
"url": "https://glitch.com/edit/#!/hello-express"
|
|
},
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"node",
|
|
"glitch",
|
|
"express"
|
|
]
|
|
} |