-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 893 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 893 Bytes
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
34
{
"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": "^5.0.1",
"gulp-clean-css": "^4.3.0",
"gulp-minify": "^3.1.0",
"gulp-real-favicon": "^0.3.2",
"gulp-rename": "^2.1.0",
"gulp-sass": "^6.0.1",
"require-dir": "^1.2.0",
"sass": "^1.90.0"
}
}