-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 849 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 849 Bytes
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
{
"name": "a-plusblocks",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dmh34/A-PlusBlocks.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/dmh34/A-PlusBlocks/issues"
},
"homepage": "https://github.com/dmh34/A-PlusBlocks#readme",
"dependencies": {
"body-parser": "^1.19.0",
"create-react-app": "^3.0.1",
"express": "^4.17.0",
"express-jwt": "^5.3.1",
"express-jwt-authz": "^2.3.1",
"jwks-rsa": "^1.5.0",
"mongoose": "^5.5.11",
"morgan": "^1.9.1",
"path": "^0.12.7",
"react": "^16.8.6"
},
"devDependencies": {
"nodemon": "^1.19.0"
}
}