{ "title": "CSH Packet", "name": "csh-packet", "version": "3.5.7", "description": "A web app implementation of the CSH introductory packet.", "bugs": { "url": "https://github.com/ComputerScienceHouse/packet/issues", "email": "evals@csh.rit.edu" }, "license": "MIT", "contributors": [ "Devin Matte (https://devinmatte.com/)", "Joel Eager (https://github.com/JoelEager)", "Max Meinhold (https://github.com/mxmeinhold)" ], "scripts": { "prod": "gulp production", "lint": "gulp lint" }, "repository": { "type": "git", "url": "https://github.com/ComputerScienceHouse/packet.git" }, "devDependencies": { "gulp": "^4.0.2", "gulp-clean-css": "^4.2.0", "gulp-minify": "^3.1.0", "gulp-real-favicon": "^0.3.2", "gulp-rename": "^2.0.0", "gulp-sass": "^4.0.2", "require-dir": "^1.2.0" } }