-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
52 lines (52 loc) · 1.12 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
49
50
51
52
{
"name": "clouddrive",
"version": "0.6.4",
"description": "Amazon Cloud Drive CLI and SDK",
"repository": "alex-phillips/node-clouddrive",
"bin": {
"clouddrive": "bin/clouddrive"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "gulp"
},
"keywords": [
"amazon",
"clouddrive",
"cloud",
"drive",
"acd_cli",
"sdk",
"cli",
"acd"
],
"author": "Alex Phillips <ahp118@gmail.com>",
"license": "ISC",
"dependencies": {
"async": "^1.5.2",
"base64-stream": "^0.1.3",
"chalk": "^1.1.3",
"elegant-spinner": "^1.0.1",
"env-paths": "^0.3.1",
"form-data": "^1.0.1",
"fs-extra": "^1.0.0",
"got": "^6.6.3",
"inquirer": "^0.10.1",
"knex": "^0.8.6",
"log-update": "^1.0.2",
"moment": "^2.15.1",
"mysql": "^2.11.1",
"open": "0.0.5",
"semver": "^5.3.0",
"sqlite3": "^3.1.4",
"winston": "^2.2.0",
"yargs": "^6.2.0"
},
"main": "index.js",
"devDependencies": {
"babel-preset-es2015": "^6.5.0",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.2",
"gulp-jshint": "^1.11.2"
}
}