Skip to content

Commit 257b2ad

Browse files
committed
dasda
1 parent f00bfbf commit 257b2ad

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

package.json

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,11 @@
88
"test": "echo \"Error: no test specified\" && exit 1",
99
"startprod": "babel-node src/index.js"
1010
},
11-
"repository": {
12-
"type": "git",
13-
"url": "git+https://github.com/dougsillars/videosite.git"
14-
},
11+
1512
"keywords": [],
1613
"author": "",
1714
"license": "ISC",
18-
"bugs": {
19-
"url": "https://github.com/dougsillars/videosite/issues"
20-
},
21-
"homepage": "https://github.com/dougsillars/videosite#readme",
22-
"devDependencies": {
23-
"@babel/core": "^7.8.4",
24-
"@babel/node": "^7.8.4",
25-
"@babel/preset-env": "^7.8.4",
26-
"nodemon": "^2.0.12"
27-
},
15+
2816
"dependencies": {
2917
"@api.video/nodejs-sdk": "^1.8.2",
3018
"body-parser": "^1.19.0",
@@ -40,6 +28,7 @@
4028
"pg": "^8.4.2",
4129
"pug": "^2.0.4",
4230
"serve-favicon": "^2.5.0",
31+
"nodemon": "^2.0.7",
4332
"socket.io": "^1.7.4"
4433
}
4534
}

0 commit comments

Comments
 (0)