-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
35 lines (35 loc) · 918 Bytes
/
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
{
"name": "checkpcr",
"version": "2.26.2",
"private": true,
"description": "A client for PCR, the homework system used by The Harker School",
"dependencies": {},
"devDependencies": {
"@types/google.analytics": "0.0.39",
"gulp": "^3.9.1",
"gulp-ruby-sass": "^2.0.6",
"gulp-typescript": "^3.2.3",
"gulp-util": "^3.0.8",
"ts-loader": "^4.2.0",
"tslint": "^5.8.0",
"tslint-no-loops": "^1.0.1",
"typescript": "^2.8.1",
"webpack": "^4.5.0",
"webpack-cli": "^2.1.5"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp",
"watch": "gulp watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rianadon/CheckPCR.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/rianadon/CheckPCR/issues"
},
"homepage": "https://github.com/rianadon/CheckPCR#readme"
}