-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
37 lines (37 loc) · 996 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
35
36
37
{
"name": "mean-material-app",
"version": "0.0.1",
"description": "A MEAN stack app with Angular 7, Material Design, Bootstrap 4, Node, Express, JWT, Mongoose, MongoDB",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"npm-run-all": "^4.1.5"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start-backend": "npm start --prefix ./backend",
"start-frontend": "npm start --prefix ./frontend",
"start": "run-p start-frontend start-backend"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shhdharmen/mean-material-app.git"
},
"keywords": [
"MEAN Stack",
"Angular 7",
"Material Design",
"Bootstrap 4",
"Node",
"Express",
"JWT",
"Mongoose",
"MongoDB"
],
"author": "Dharmen Shah",
"license": "ISC",
"bugs": {
"url": "https://github.com/shhdharmen/mean-material-app/issues"
},
"homepage": "https://github.com/shhdharmen/mean-material-app#readme"
}