Advertisement
Guest User

package.json | Erik-Dev

a guest
Jan 10th, 2019
740
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.43 KB | None | 0 0
  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": "hello-express",
  6.   "version": "1.0.0",
  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.     "discord.js": "^11.4.2",
  14.     "express": "^4.16.4",
  15.     "ffmpeg-binaries": "^4.0.0",
  16.     "ms": "^2.1.1",
  17.     "sequelize": "^4.42.0",
  18.     "sqlite3": "^4.0.5",
  19.     "discord.js-commando": "^0.10.0",
  20.     "eris": "^0.9.0",
  21.     "discord-economy": "^1.1.6",
  22.     "node-opus": "^0.3.1",
  23.     "react": "^16.7.0",
  24.     "reas": "^0.11.1",
  25.     "simple-youtube-api": "^5.1.1",
  26.     "ytdl": "^0.10.5",
  27.     "ytdl-core": "^10.12.13",
  28.     "node": "^11.6.0",
  29.     "npm": "^6.5.0",
  30.     "quick.db": "^6.3.2",
  31.     "snekfetch": "^4.0.4",
  32.     "reakit": "^0.15.13",
  33.     "dbl": "^0.1.12",
  34.     "blapi": "^0.4.5",
  35.     "dbl-api": "^1.2.1",
  36.     "dblapi.js": "^2.3.0",
  37.     "quick.log-discord": "^1.1.0",
  38.     "quick.log": "^1.2.1",
  39.     "opusscript": "^0.0.6",
  40.     "promisify": "^0.0.3",
  41.     "websocket": "^1.0.28",
  42.     "node-fetch": "^2.3.0"
  43.   },
  44.   "engines": {
  45.     "node": "8.x"
  46.   },
  47.   "repository": {
  48.     "url": "https://glitch.com/edit/#!/hello-express"
  49.   },
  50.   "license": "MIT",
  51.   "keywords": [
  52.     "node",
  53.     "glitch",
  54.     "express"
  55.   ]
  56. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement