UNPKG

705 BJSONView Raw
1{
2 "//1": "describes your app and its dependencies",
3 "//2": "https://docs.npmjs.com/files/package.json",
4 "//3": "updating this file will download and update your packages",
5 "name": "@mathematics-refined/math-redefined2",
6 "version": "1.3.12",
7 "description": "A simple Node app built on Express, instantly up and running.",
8 "main": "server.js",
9 "scripts": {
10 "start": "node server.js"
11 },
12 "dependencies": {
13 "express": "^4.16.4",
14 "uws": "^100.0.1",
15 "@sentry/node": "^4.4.1"
16 },
17 "engines": {
18 "node": "8.x"
19 },
20 "repository": {
21 "url": "https://glitch.com/edit/#!/hello-express"
22 },
23 "license": "MIT",
24 "keywords": [
25 "node",
26 "glitch",
27 "express"
28 ]
29}
\No newline at end of file