-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 808 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 808 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
27
28
29
30
31
{
"name": "EmployeeSummary",
"version": "1.0.0",
"description": "As a manager I want to generate a webpage that displays my team's basic info so that I have quick access to emails and GitHub profiles.",
"main": "app.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"test": "jest --verbose test/*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/13uilding/EmployeeSummary.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/13uilding/EmployeeSummary/issues"
},
"homepage": "https://github.com/13uilding/EmployeeSummary#readme",
"dependencies": {
"axios": "^0.19.1",
"bulma": "^0.8.0",
"handlebars": "^4.7.2",
"inquirer": "^7.0.3",
"jest": "^24.9.0"
}
}