-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
84 lines (84 loc) · 2.15 KB
/
package.json
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "schedulemaker",
"version": "3.5.0",
"private": true,
"description": "A course database lookup tool and schedule building web application for use at Rochester Institute of Technology.",
"main": "index.php",
"scripts": {
"build": "gulp build",
"lint": "eslint assets/src/**/*.ts",
"typecheck": "tsc --noEmit"
},
"repository": {
"type": "git",
"url": "https://github.com/ComputerScienceHouse/schedulemaker.git"
},
"keywords": [
"csh",
"ComputerScienceHouse",
"schedule",
"maker",
"schedulemaker",
"rit",
"Rochester Institute of Technology"
],
"contributors": [
{
"name": "Devin Matte",
"email": "[email protected]"
},
{
"name": "Ben Grawi",
"email": "[email protected]"
},
{
"name": "Ben Russell",
"email": "[email protected]"
},
{
"name": "John Resig",
"email": "[email protected]"
}
],
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/ComputerScienceHouse/schedulemaker/issues"
},
"config": {
"stateVersion": 1
},
"homepage": "https://schedule.csh.rit.edu",
"devDependencies": {
"@datadog/browser-rum": "^4.8.1",
"@types/angular": "1.5",
"@types/google.analytics": "0.0.42",
"@types/mousetrap": "^1.6.9",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"del": "^6.0.0",
"eslint": "^8.14.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-standard": "^5.0.0",
"event-stream": "^4.0.1",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-htmlmin": "^5.0.1",
"gulp-jshint": "^2.1.0",
"gulp-less": "^5.0.0",
"gulp-minify-css": "^1.2.4",
"gulp-ng-annotate": "^2.1.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.3",
"gulp-sourcemaps": "^3.0.0",
"gulp-template": "^5.0.0",
"gulp-typescript": "^5.0.1",
"gulp-uglify": "^2.0.0",
"install": "^0.13.0",
"typescript": "^4.6.4",
"vinyl-paths": "^3.0.0"
}
}