-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 853 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 853 Bytes
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
{
"name": "classroom-tools",
"version": "0.1.0",
"description": "This repository contains tools for collecting and processing projects and assignments, mostly related to GitHub, [GitHub Classroom](https://classroom.github.com), and [Jupyter notebooks](http://jupyter.org).",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/osteele/classroom-tools.git"
},
"author": "Oliver Steele <steele@osteele.com> (https://osteele.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/osteele/classroom-tools/issues"
},
"homepage": "https://github.com/osteele/classroom-tools#readme",
"dependencies": {
"capture-website": "^0.8.0",
"yargs": "^15.0.2"
}
}