-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
103 lines (103 loc) · 2.97 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
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "leo-cli",
"version": "1.0.27",
"description": "",
"main": "index.js",
"directories": {
"test": "test"
},
"bin": {
"leo-cli": "./leo-cli.js",
"leo": "./leo-cli.js"
},
"dependencies": {
"archiver": "^1.0.0",
"async": "^2.6.0",
"autoprefixer": "^6.0.3",
"aws-sdk": "^2.222.1",
"babel-loader": "^7.1.4",
"babel-register": "^6.26.0",
"babelify": "^8.0.0",
"backoff": "^2.5.0",
"body-parser": "^1.15.1",
"browserify": "^13.3.0",
"chai": "^3.5.0",
"chokidar": "^1.6.0",
"colors": "^1.1.2",
"commander": "^2.9.0",
"copy-webpack-plugin": "^4.5.1",
"core-util-is": "^1.0.2",
"css-loader": "^0.28.11",
"deep-diff": "^0.3.4",
"dynamodb-marshaler": "^2.0.0",
"elasticsearch": "^12.1.3",
"event-stream": "^3.3.4",
"express": "^4.14.0",
"extend": "^3.0.1",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"fast-csv": "^2.4.0",
"file-loader": "^1.1.11",
"flush-write-stream": "^1.0.2",
"glob": "^7.0.3",
"gulp": "^3.9.1",
"gulp-batch": "^1.0.5",
"gulp-concat": "^2.6.0",
"gulp-ejs": "^2.1.3",
"gulp-mocha": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"gunzip-maybe": "^1.3.1",
"html-webpack-plugin": "^2.22.0",
"http-aws-es": "^1.1.3",
"http-browserify": "^1.7.0",
"json-loader": "^0.5.7",
"later": "^1.2.0",
"leo-auth": "^1.0.2",
"leo-sdk": "^1.0.65",
"less": "^2.7.1",
"less-loader": "^4.1.0",
"lodash.merge": "^4.6.0",
"mocha": "^2.4.5",
"mock-aws": "^1.2.3",
"mock-require": "^1.2.1",
"moment": "^2.19.3",
"moment-round": "^1.0.1",
"moment-timezone": "^0.5.11",
"mongodb": "^2.2.26",
"mysql": "^2.13.0",
"netmask": "^1.0.6",
"node-watch": "^0.5.6",
"node-zip": "^1.1.1",
"prompt": "^1.0.0",
"prompt-sync": "^4.1.5",
"pump": "^1.0.2",
"pumpify": "^1.3.5",
"q": "^1.4.1",
"readline": "^1.3.0",
"rimraf": "^2.4.3",
"source-map-support": "^0.4.18",
"split2": "^2.1.1",
"stats-webpack-plugin": "^0.2.1",
"style-loader": "^0.20.3",
"through2": "^2.0.1",
"tmp": "0.0.28",
"url-loader": "^1.0.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0",
"webpack": "^4.5.0",
"webpack-dev-middleware": "^1.12.2",
"webpack-hot-middleware": "^2.21.2"
},
"config": {
"leo": {}
},
"scripts": {
"test": "mocha --require ./test/bootstrap.js --recursive -w"
},
"author": "",
"license": "MIT"
}