-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
52 lines (52 loc) · 1.39 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": "botmakers",
"version": "1.0.0",
"description": "Join the Botmakers community on Slack!",
"main": "server.js",
"dependencies": {
"body-parser": "^1.19.0",
"express": "^4.17.1",
"express-handlebars": "^2.0.1",
"gulp": "^3.9.0",
"gulp-cache": "^0.1.11",
"gulp-livereload": "^1.5.0",
"gulp-rename": "^1.2.0",
"hbs": "^3.0.1",
"natives": "^1.1.6",
"request": "^2.88.2"
},
"devDependencies": {
"browser-sync": "^2.26.7",
"connect-livereload": "^0.4.0",
"gifsicle": "^3.0.4",
"gulp": "^3.6.2",
"gulp-autoprefixer": "0.0.7",
"gulp-cache": "^0.1.11",
"gulp-clean": "^0.2.4",
"gulp-concat": "^2.6.1",
"gulp-htmlmin": "^0.1.2",
"gulp-imagemin": "^0.5.1",
"gulp-jshint": "^1.12.0",
"gulp-less": "^1.3.9",
"gulp-livereload": "^1.5.0",
"gulp-minify-css": "^0.3.13",
"gulp-nodemon": "^2.5.0",
"gulp-notify": "^1.8.0",
"gulp-rename": "^1.2.0",
"gulp-sourcemaps": "^1.12.1",
"gulp-uglify": "^0.3.2",
"imagemin-gifsicle": "^5.2.0",
"imagemin-jpegtran": "^5.0.2",
"imagemin-optipng": "^5.2.1",
"imagemin-pngquant": "^5.0.0",
"jpegtran-bin": "^3.2.0",
"optipng-bin": "^4.0.0",
"pngquant-bin": "^5.0.2",
"tiny-lr": "0.0.7"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "[email protected]",
"license": "MIT"
}