1
0
Fork 0
mirror of https://api.glitch.com/git/yaswvc synced 2026-01-12 04:58:10 +00:00
yaswvc/package.json
Glitch (hello-express) 0a2198413f 👾👩‍❤️‍💋‍👩 Checkpoint
./views/index.html:3115263/632
./public/script.js:3115263/1234
./package.json:3115263/1282
./public/lib/peerjs.js:3115263/315266
./public/main.js:3115263/46
2020-05-25 17:49:21 +00:00

28 lines
No EOL
653 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.17.1",
"peerjs": "^1.2.0"
},
"engines": {
"node": "12.x"
},
"repository": {
"url": "https://glitch.com/edit/#!/hello-express"
},
"license": "MIT",
"keywords": [
"node",
"glitch",
"express"
]
}