-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
34 lines (34 loc) · 1016 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
{
"name": "bottlenose",
"version": "1.0.0",
"description": "Course hand-in server",
"main": "index.js",
"dependencies": {
"@rails/webpacker": "5.4.3",
"codemirror": "^5.59.1",
"dompurify": "^2.2.6",
"pdfjs-dist": "^2.5.207",
"pyret-codemirror-mode": "git+https://github.com/brownplt/pyret-codemirror-mode.git#master",
"webpack-cli": "^3.3.12"
},
"devDependencies": {
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"babel-preset-env": "^1.7.0",
"webpack": "^4.46.0",
"webpack-dev-server": "^3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodeGrade/bottlenose.git"
},
"author": "Benjamin Lerner, Nat Tuck",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/CodeGrade/bottlenose/issues"
},
"homepage": "https://github.com/CodeGrade/bottlenose#readme"
}