-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 765 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 765 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": "note_taker",
"version": "1.0.0",
"description": "An application that can be used to write and save notes. This application will use an Express.js back end and will save and retrieve note data from a JSON file.",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Sepideh Ayani",
"license": "MIT",
"dependencies": {
"express": "^4.17.1",
"inquirer": "^7.3.3",
"uuid": "^8.3.0",
"v1": "^1.0.0",
"v4": "0.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SepidehAyani/note_taker"
},
"bugs": {
"url": "https://github.com/SepidehAyani/note_takerissues"
},
"homepage": "https://github.com/SepidehAyani/note_taker#readme"
}