forked from davidbinneun/HITLIST
-
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) · 1.09 KB
/
package.json
File metadata and controls
31 lines (31 loc) · 1.09 KB
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": "pre-course-2021-final",
"version": "1.0.0",
"description": "This exam will include most of the topics you learn during the last weeks, feel free go back to the mini tasks you had and use them for solving this exam. This repository include basic structure for todo list application you can change or modify it. [For more details](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/div) The task is to create a todo application by following the requirements",
"main": "main.js",
"scripts": {
"test": "jest --verbose"
},
"repository": {
"type": "git",
"url": "git+https://github.com/listguy/pre-course-2021-final.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/listguy/pre-course-2021-final/issues"
},
"homepage": "https://github.com/listguy/pre-course-2021-final#readme",
"devDependencies": {
"@suvelocity/tester": "^1.0.2",
"jest": "^26.0.1",
"nock": "^13.0.6",
"nock-puppeteer": "^1.0.2",
"puppeteer": "^4.0.0"
},
"dependencies": {
"express": "^4.17.1",
"uuid": "^8.3.2"
}
}