-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 835 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 835 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
{
"name": "be-react-dashboard",
"version": "1.0.0",
"description": "server side of react dashboard",
"main": "index.js",
"scripts": {
"test": "test",
"dev": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/handsomeBingo/be-react-dashboard.git"
},
"keywords": [
"react",
"express"
],
"author": "mabin",
"license": "ISC",
"bugs": {
"url": "https://github.com/handsomeBingo/be-react-dashboard/issues"
},
"homepage": "https://github.com/handsomeBingo/be-react-dashboard#readme",
"dependencies": {
"body-parser": "^1.18.3",
"cookie-parser": "^1.4.3",
"cookie-session": "^2.0.0-beta.3",
"express": "^4.16.4",
"express-static": "^1.2.6",
"global": "^4.3.2",
"node-mysql-promise": "^0.0.7",
"supervisor": "^0.12.0"
}
}