-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.04 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
{
"name": "compiled3",
"version": "3.0.0",
"description": "Blog posts by team of developers at the Center for Teaching and Learning, Columbia University",
"main": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/ccnmtl/compiled3.git"
},
"author": {
"name": "Zarina Mustapha",
"email": "[email protected]"
},
"contributors": [
{
"name": "Nick Buonincontri",
"email": "[email protected]"
},
{
"name": "Susan Dreher",
"email": "[email protected]"
},
{
"name": "Nik Nyby",
"email": "[email protected]"
},
{
"name": "Shashi Yellambhatla",
"email": "[email protected]"
}
],
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/ccnmtl/compiled3/issues"
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.7.0",
"eslint": "~9.17.0",
"eslint-plugin-security": "~3.0.0",
"globals": "^15.8.0"
}
}