-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 821 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 821 Bytes
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
{
"name": "fus-starter-template",
"version": "1.0.0",
"description": "Starter template for a one page static html site using Materialize and customized with Franciscan University of Steubenville branding.",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Jesse Weigel",
"license": "ISC",
"devDependencies": {
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-3": "^6.5.0",
"browser-sync": "^2.12.8",
"flightplan": "^0.6.14",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-htmlmin": "^2.0.0",
"gulp-imagemin": "^2.4.0",
"gulp-inject": "^4.0.0",
"gulp-minify-css": "^1.2.4",
"gulp-sass": "^2.2.0",
"gulp-uglify": "^1.5.3",
"gulp-uncache": "^0.4.0-beta1",
"gulp-usemin": "^0.3.23"
}
}