forked from animsaj/gulp-materialize-starter
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
42 lines (42 loc) · 1.1 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
{
"name": "gulp-material-starter",
"version": "1.1.4",
"description": "Boilerplate to help you get started with a static site using gulp and material design",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Rafase282/gulp-materialize-starter.git"
},
"keywords": [
"material",
"gulp",
"Rafase282"
],
"author": "Rafael (Rafase282)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Rafase282/gulp-materialize-starter/issues"
},
"homepage": "https://github.com/Rafase282/rafase282.github.io#readme",
"dependencies": {},
"devDependencies": {
"browser-sync": "^2.17.5",
"del": "^2.2.2",
"eslint": "^3.9.1",
"gulp": "^3.9.1",
"gulp-cache": "^0.4.5",
"gulp-cssnano": "^2.1.2",
"gulp-eslint": "^3.0.1",
"gulp-imagemin": "^3.1.1",
"gulp-pug": "^3.1.0",
"gulp-sass": "^2.3.2",
"gulp-uglify": "^2.0.0",
"gulp-useref": "^3.1.2",
"gulp-watch": "^4.3.10",
"pug": "^2.0.0-beta6",
"run-sequence": "^1.2.2"
}
}