WheelOfPorn

The Wheel of Porn from Family Guy (Season 13 Episode 9) programmed in react.
git clone git://git.oshgnacknak.de/WheelOfPorn.git
Log | Files | Refs | README

package.json (435B)


      1 {
      2   "name": "wheelofporn",
      3   "version": "1.0.0",
      4   "description": "",
      5   "main": "index.js",
      6   "scripts": {
      7     "dev": "nodemon index.js"
      8   },
      9   "keywords": [],
     10   "author": "",
     11   "license": "ISC",
     12   "dependencies": {
     13     "cheerio": "^1.0.0-rc.3",
     14     "cors": "^2.8.5",
     15     "express": "^4.17.1",
     16     "morgan": "^1.10.0",
     17     "node-fetch": "^2.6.0",
     18     "shuffle-array": "^1.0.1"
     19   },
     20   "devDependencies": {
     21     "nodemon": "^2.0.4"
     22   }
     23 }