mirror of
https://api.glitch.com/git/presence-button
synced 2024-11-05 08:37:29 +00:00
0a230d3752
./package.json:728660/1
28 lines
629 B
JSON
28 lines
629 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"
|
|
]
|
|
}
|