-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
38 lines (38 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
{
"name": "gulp-boiler-17",
"version": "1.0.0",
"description": "A simple front end boilerplate using Gulp, SCSS, ESLint and Browsersync",
"main": "index.js",
"scripts": {
"start": "gulp",
"lint": "./node_modules/.bin/eslint ./src/js --ext js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mildrenben/gulpBoiler17.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mildrenben/gulpBoiler17/issues"
},
"homepage": "https://github.com/mildrenben/gulpBoiler17#readme",
"devDependencies": {
"babel-preset-es2015": "6.24.1",
"babel-preset-es2017": "6.24.1",
"browser-sync": "2.18.12",
"eslint": "4.3.0",
"eslint-config-airbnb-base": "^11.3.1",
"eslint-plugin-import": "^2.7.0",
"gulp": "3.9.1",
"gulp-autoprefixer": "4.0.0",
"gulp-babel": "6.1.2",
"gulp-htmlmin": "3.0.0",
"gulp-imagemin": "3.3.0",
"gulp-minify-css": "1.2.4",
"gulp-plumber": "1.1.0",
"gulp-sass": "3.1.0",
"gulp-uglify": "3.0.0",
"pump": "1.0.2"
}
}