-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1014 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
38
39
40
41
42
43
44
45
46
{
"name": "bapistrano",
"version": "2.5.1",
"description": "Deploy JS apps to S3 multiverse.",
"main": "index.js",
"bin": {
"bap": "bin/bap"
},
"dependencies": {
"cli-color": "^1.1.0",
"commander": "^2.9.0",
"creed": "^1.0.1",
"gift": "^0.10.1",
"klaw": "^1.2.0",
"lodash": "^4.15.0",
"mime": "^1.3.4",
"minimatch": "^3.0.3",
"moment": "^2.13.0",
"ora": "^0.2.3",
"p-limit": "^3.1.0",
"s3fs": "^2.5.0"
},
"devDependencies": {
"kn-release": "^1.0.1",
"standard": "^10.0.3"
},
"scripts": {
"test": "standard",
"release": "release"
},
"repository": {
"type": "git",
"url": "git+https://github.com/QubitProducts/bapistrano.git"
},
"keywords": [
"deployment",
"s3",
"ui"
],
"author": "Karolis Narkevicius <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/QubitProducts/bapistrano/issues"
},
"homepage": "https://github.com/QubitProducts/bapistrano#readme"
}