forked from Riccardo-Zanutta/brick
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.07 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
{
"name": "brick",
"version": "0.9.0",
"description": "A solid, modern, not-so-opinionated front-end boilerplate.",
"main": "gulpfile.babel.js",
"scripts": {
"start": "gulp --pretty",
"dist": "gulp production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Riccardo-Zanutta/brick.git"
},
"keywords": [
"front-end",
"boilerplate"
],
"author": "Riccardo Zanutta",
"license": "MIT",
"homepage": "",
"devDependencies": {
"babel-core": "^6.7.2",
"babel-preset-es2015": "^6.6.0",
"babel-register": "^6.7.2",
"browser-sync": "^2.11.1",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.1",
"gulp-if": "^2.0.0",
"gulp-load-plugins": "^1.2.0",
"gulp-sass": "^2.2.0",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-task-listing": "^1.0.1",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"merge2": "^1.0.2",
"run-sequence": "^1.1.5",
"yargs": "^4.3.2"
}
}