Advertisement
Guest User

package.json

a guest
Jan 16th, 2019
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.45 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": "0.0.2",
  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": "^0.29.0",
  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": "^1.0.0",
  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.     "uuid": "^3.3.2"
  44.   },
  45.   "engines": {
  46.     "node": "8.x"
  47.   },
  48.   "repository": {
  49.     "url": "https://glitch.com/edit/#!/hello-express"
  50.   },
  51.   "license": "MIT",
  52.   "keywords": [
  53.     "node",
  54.     "glitch",
  55.     "express"
  56.   ]
  57. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement