Spaces:
Runtime error
Runtime error
| { | |
| "//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": "my-glitch-app", | |
| "version": "0.0.1", | |
| "description": "What am I about?", | |
| "main": "server.js", | |
| "scripts": { | |
| "start": "node server.js" | |
| }, | |
| "dependencies": { | |
| "uws": "^0.14.5" | |
| }, | |
| "engines": { | |
| "node": "6.10.x" | |
| }, | |
| "repository": { | |
| "url": "https://glitch.com/edit/#!/welcome-project" | |
| }, | |
| "license": "MIT", | |
| "keywords": [ | |
| "node", | |
| "glitch", | |
| "express" | |
| ] | |
| } | |