-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 908 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 908 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
39
{
"name": "furacao",
"version": "1.0.5",
"description": "A lighweight filesystem backup manager written in node.js which is focused on but not limited to cloud-based storage containers.",
"main": "src/index.js",
"author": "Lev Interactive <developers@lev-interactive.com>",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"furacao": "bin/furacao.js"
},
"repository": {
"type": "git",
"url": "https://github.com/LevInteractive/furacao.git"
},
"engines": {
"node": ">=4.0.0"
},
"license": "ISC",
"dependencies": {
"archiver": "^1.0.0",
"async": "^2.0.0-rc.3",
"colors": "^1.1.2",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"moment": "^2.13.0",
"pkgcloud": "^1.3.0"
},
"keywords": [
"backup",
"s3",
"rackspace",
"filesystem",
"cloud storage",
"linux",
"continuous"
]
}