-
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) · 736 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 736 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": "bootcamp-random-student",
"version": "1.0.0",
"description": "Call a random student until all students have been called",
"main": "random-student.js",
"dependencies": {
"cfonts": "^2.4.2",
"colors": "^1.3.3",
"gradient-string": "^1.2.0",
"minimist": "^1.2.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Hlight/class-call-random-student.git"
},
"author": "Aaron Ostrowsky",
"license": "ISC",
"bugs": {
"url": "https://github.com/Hlight/class-call-random-student/issues"
},
"homepage": "https://github.com/Hlight/class-call-random-student#readme"
}