-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·47 lines (47 loc) · 1.06 KB
/
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
38
39
40
41
42
43
44
45
46
47
{
"name": "react-deploy",
"version": "0.0.15",
"description": "a deployment script for create react app to s3",
"main": "index.js",
"scripts": {
"test": "echo react-deploy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sumn2u/react-deploy.git"
},
"keywords": [
"react",
"deploy",
"react-deploy",
"s3",
"create-react-app",
"revisions",
"activate"
],
"author": "Suman Kunwar",
"license": "MIT",
"bugs": {
"url": "https://github.com/sumn2u/react-deploy/issues"
},
"homepage": "https://github.com/sumn2u/react-deploy#readme",
"devDependencies": {},
"dependencies": {
"aws-sdk": "^2.193.0",
"cli-table3": "^0.5.0",
"core-object": "^3.1.5",
"fd-slicer": "~1.0.0",
"findit2": "~2.2.3",
"fs": "0.0.1-security",
"git-repo-info": "^1.3.0",
"graceful-fs": "~4.1.4",
"mime": "~1.2.11",
"mkdirp": "~0.5.0",
"moment": "^2.22.0",
"node-ssh": "^7.0.0",
"pend": "~1.2.0",
"rimraf": "~2.2.8",
"rsvp": "^3.5.0",
"streamsink": "~1.2.0"
}
}