-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 845 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
26
27
28
29
30
31
32
33
34
{
"name": "note-taker-application",
"version": "1.0.0",
"description": "A note taker application using Express.js to write and retrieve data from a JSON file.",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "Stella Ling",
"license": "ISC",
"dependencies": {
"body-parser": "^1.20.0",
"express": "^4.18.1",
"install": "^0.13.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stellalph/EJS-NOTE-TAKER.git"
},
"keywords": [
"node.js",
"express.js",
"insomnia",
"heroku"
],
"bugs": {
"url": "https://github.com/stellalph/EJS-NOTE-TAKER/issues"
},
"homepage": "https://github.com/stellalph/EJS-NOTE-TAKER#readme",
"devDependencies": {
"nodemon": "^2.0.16"
}
}