-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.13 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
{
"name": "OBIJudge",
"version": "0.1",
"description": "A local programming contest judge for preliminary tests for OBI (Brazilian OI)",
"main": "main.go",
"repository": "[email protected]:gabrielsimoes/OBIJudge.git",
"author": "Gabriel Silva Simões <[email protected]>",
"license": "AGPL-3.0",
"private": true,
"devDependencies": {
"clipboard": "^2.0.0",
"codemirror": "^5.36.0",
"dotenv": "^5.0.1",
"gulp": "^3.9.1",
"gulp-clean": "^0.4.0",
"gulp-concat": "^2.6.1",
"gulp-csso": "^3.0.1",
"gulp-google-webfonts": "^1.0.0",
"gulp-htmlmin": "^4.0.0",
"gulp-if-env": "^0.1.0",
"gulp-livereload": "^3.8.1",
"gulp-minify": "^2.1.0",
"gulp-plumber": "^1.2.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-sync": "^0.1.4",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"jquery": "^3.3.1",
"katex": "^0.9.0",
"merge-stream": "^1.0.1",
"moment": "^2.22.0",
"node-notifier": "^5.2.1",
"normalize.css": "^8.0.0",
"skeleton-css": "^2.0.4",
"sudo": "^1.0.3",
"tippy.js": "^2.5.0",
"toastr": "^2.1.4",
"tooltip": "darsain/tooltip"
}
}