aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 1a283db4217388c97ba1751d86f1467814c121ea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
  "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"
  }
}