-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
48 lines (48 loc) · 1.04 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
48
{
"name": "divshot-push",
"version": "1.4.2",
"description": "Deploy files to the Divshot hosting platform",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha test/ --recursive"
},
"repository": {
"type": "git",
"url": "https://github.com/divshot/divshot-push.git"
},
"keywords": [
"divshot",
"push",
"deploy"
],
"author": "Divshot",
"license": "MIT",
"bugs": {
"url": "https://github.com/divshot/divshot-push/issues"
},
"homepage": "https://github.com/divshot/divshot-push",
"devDependencies": {
},
"dependencies": {
"as-array": "^1.0.0",
"ask": "^1.5.0",
"async": "^0.9.0",
"aws-sdk": "^2.0.23",
"chalk": "^1.0.0",
"divshot-dumper": "1.1.0",
"fs-extra": "^0.16.3",
"globby": "^1.1.0",
"graceful-fs": "^3.0.4",
"is-directory": "^0.2.2",
"join-path": "^1.0.0",
"merkle-dir": "divshot/merkle-dir",
"mkdirp": "^0.5.0",
"retry": "^0.6.1",
"slash": "^1.0.0",
"tmp": "0.0.24",
"touch": "0.0.3"
}
}