-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 840 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": "budget-app",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"lite-server": "lite-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coding-boot-camp/unit18hw.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/coding-boot-camp/unit18hw/issues"
},
"homepage": "https://github.com/coding-boot-camp/unit18hw#readme",
"dependencies": {
"compression": "^1.7.4",
"express": "^4.17.1",
"lite-server": "^2.5.3",
"mongoose": "^5.5.15",
"morgan": "^1.9.1"
},
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.6"
}
}