This repository has been archived by the owner on Mar 15, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.55 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
{
"name": "frontie",
"version": "1.1.0",
"description": "Front-end Boilerplate. Frontie is a front-end boilerplate using Gulp for task automation. Based on normalize.css, Bootstrap 4 Grid & Responsive breakpoints and enhanced with Twig.js, Sass, Autoprefixer plus Browsersync.",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tomaszbujnowicz/frontie.git"
},
"keywords": [
"gulp",
"frontend",
"front-end boilerplate",
"browsersync",
"front-end development",
"sass",
"boilerplate",
"bootstrap grid",
"twig"
],
"author": {
"name": "Tomasz Bujnowicz",
"email": "[email protected]",
"url": "https://prollective.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/tomaszbujnowicz/frontie/issues"
},
"homepage": "https://github.com/tomaszbujnowicz/frontie#readme",
"devDependencies": {
"bootstrap": "^4.1.3",
"browser-sync": "^2.26.3",
"css-clean": "^2.2.5",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^6.0.0",
"gulp-changed": "^3.2.0",
"gulp-concat": "^2.6.1",
"gulp-foreach": "^0.1.0",
"gulp-gh-pages": "^0.5.4",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.0",
"gulp-sass": "^4.0.2",
"gulp-sass-glob": "^1.0.9",
"gulp-sass-lint": "^1.4.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-twig": "^1.2.0",
"gulp-uglify": "^3.0.1",
"gulp-watch": "^5.0.1",
"run-sequence": "^2.2.1"
}
}