forked from onja-org/birthday-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 1.22 KB
/
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
26
27
28
29
30
31
{
"name": "birthday-app",
"version": "1.0.0",
"description": "## structure of the code: In this project, I built a 'birthday app'. At first I created html document for the `table` element, the form for the `search` box and the `add button` which shows a new form to fill when it is clicked. When everything set up, then I worked on javascript code to do the rest of the elements, such as the `form` of the popup to edit, `div` popup to show a delete comfirmation box and etc. To get all of the people's lists, I used `fetch` to fetch the data from the `people.json`.",
"main": "addList.js",
"dependencies": {
"bootstrap": "^4.5.3",
"date-fns": "^2.19.0",
"express": "^4.17.1",
"node-sass": "^4.14.1",
"regenerator-runtime": "^0.13.7",
"webfontloader": "^1.6.28"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mitia-anah/birthday-app.git"
},
"author": "",
"license": "ISC",
"browserslist": [
"last 1 chrome versions"
],
"bugs": {
"url": "https://github.com/mitia-anah/birthday-app/issues"
},
"homepage": "https://github.com/mitia-anah/birthday-app#readme"
}