-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 839 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
{
"name": "launchBase2.0",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "npm-run-all -p nodemon browsersync",
"nodemon": "nodemon launchstore/src/server.js",
"browsersync": "browser-sync start --proxy http://localhost:5000 --files 'public,src/app/views'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RuthMaria/launchBase2.0.git"
},
"author": "Ruth Maria",
"license": "MIT",
"bugs": {
"url": "https://github.com/RuthMaria/launchBase2.0/issues"
},
"homepage": "https://github.com/RuthMaria/launchBase2.0#readme",
"dependencies": {
"express": "^4.17.1",
"method-override": "^3.0.0",
"nunjucks": "^3.2.1",
"pg": "^8.3.2"
},
"devDependencies": {
"browser-sync": "^2.26.10",
"nodemon": "^2.0.4",
"npm-run-all": "^4.1.5"
}
}