generated from Code-Institute-Org/gitpod-full-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
25 lines (25 loc) · 810 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
{
"name": "ci-milestone-project-2",
"version": "1.0.0",
"description": "This is a Code Institute student project for Milestone 2, built to satisfy the requirements for the EKC DigitalLearn Diploma (Level 5) in [Web Application Development](https://www.ekcgroup.ac.uk/ekc-digitallearn/computing/web-application-development-diploma).",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/janet-dev/ci-milestone-project-2.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/janet-dev/ci-milestone-project-2/issues"
},
"homepage": "https://github.com/janet-dev/ci-milestone-project-2#readme",
"devDependencies": {
"jest": "^26.6.3"
}
}