-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 1.95 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 1.95 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "leo-cli",
"version": "3.0.3-beta",
"description": "A Nodejs interface to interact with the Leo SDK and AWS",
"repository": {
"type": "git",
"url": "git://github.com/LeoPlatform/cli.git"
},
"main": "index.js",
"directories": {
"test": "test"
},
"bin": {
"leo-cli": "./leo-cli.js",
"leo": "./leo-cli.js",
"leo-cli-debug": "./leo-cli-debug.js"
},
"dependencies": {
"archiver": "^5.3.1",
"async": "^3.0.1",
"aws-sdk": "^2.466.0",
"babel-core": "^6.26.3",
"babel-loader": "^6.4.1",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
"babelify": "^8.0.0",
"body-parser": "^1.19.0",
"browserify": "^16.2.3",
"colors": "^1.3.3",
"commander": "^2.20.0",
"copy-webpack-plugin": "^5.0.3",
"css-loader": "^2.1.1",
"express": "^4.17.1",
"extend": "^3.0.2",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^3.0.1",
"glob": "^7.1.4",
"gulp": "^4.0.2",
"gulp-batch": "^1.0.5",
"gulp-concat": "^2.6.1",
"gulp-ejs": "^3.1.3",
"gulp-mocha": "^6.0.0",
"gulp-rename": "^1.3.0",
"gulp-replace": "^1.0.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"html-webpack-plugin": "^3.2.0",
"js-beautify": "^1.10.0",
"json-loader": "^0.5.7",
"leo-aws": "^1.4.4",
"leo-sdk": "^3.1.3",
"less": "^3.9.0",
"less-loader": "^5.0.0",
"lodash": "^4.17.15",
"lodash.merge": "^4.6.2",
"mocha": "^6.1.4",
"moment": "^2.24.0",
"node-watch": "^0.6.2",
"readline": "^1.3.0",
"source-map-support": "^0.5.12",
"stats-webpack-plugin": "^0.7.0",
"style-loader": "^0.23.1",
"through2": "^3.0.1",
"url-loader": "^1.1.2",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"watchify": "^3.11.1",
"webpack": "^4.32.2",
"webpack-dev-middleware": "^3.7.0",
"webpack-hot-middleware": "^2.25.0"
},
"config": {
"leo": {}
},
"scripts": {
"test": "mocha --require ./test/bootstrap.js --recursive -w"
},
"author": "",
"license": "MIT"
}