-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 835 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 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
35
36
37
38
{
"author": {
"name": "adnan-iug"
},
"bin": {
"deploy-react": "./bin/deploy-react.js"
},
"dependencies": {
"express": "^4.16.4",
"express-force-https": "^1.0.0",
"fs": "0.0.1-security",
"helmet": "^3.23.3",
"path": "^0.12.7"
},
"description": "deploy build react folder files",
"keywords": [
"react",
"deploy",
"react-deploy",
"single-page-deploy"
],
"license": "MIT",
"main": "./bin/deploy-react.js",
"name": "deploy-react",
"preferGlobal": true,
"repository": {
"type": "git",
"url": "https://github.com/amuammer/deploy-react"
},
"bugs": {
"url": "https://github.com/amuammer/deploy-react/issues"
},
"scripts": {
"start": "node bin/deploy-react.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "2.2.11"
}