-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 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
{
"name": "tris-gulp-boilerplate",
"version": "1.0.0",
"description": "Hit the ground running with this gulp boilerplate that has all the necessary tools and optimizations.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tr1s/tris-gulp-boilerplate.git"
},
"author": "Tristan Michael Lawrence",
"license": "ISC",
"bugs": {
"url": "https://github.com/tr1s/tris-gulp-boilerplate/issues"
},
"homepage": "https://github.com/tr1s/tris-gulp-boilerplate#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"browser-sync": "^2.24.4",
"critical": "^1.3.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.1.0",
"gulp-babel": "^7.0.1",
"gulp-babel-minify": "^0.2.0",
"gulp-cache": "^1.0.2",
"gulp-clean-css": "^3.9.4",
"gulp-concat": "^2.6.1",
"gulp-htmlmin": "^3.0.0",
"gulp-imagemin": "^4.1.0",
"gulp-sass": "^3.2.1"
},
"dependencies": {}
}