mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -05:00
20 lines
465 B
JSON
20 lines
465 B
JSON
{
|
|
"private": true,
|
|
"devDependencies": {
|
|
"gulp-livereload": "^3.8.1"
|
|
},
|
|
"dependencies": {
|
|
"autoprefixer": "^6.3.7",
|
|
"babel-preset-es2015": "^6.9.0",
|
|
"gulp": "^3.9.1",
|
|
"gulp-babel": "^6.1.2",
|
|
"gulp-concat": "^2.6.0",
|
|
"gulp-modernizr": "^1.0.0-alpha",
|
|
"gulp-plumber": "^1.1.0",
|
|
"gulp-postcss": "^6.1.1",
|
|
"gulp-sass": "^2.3.2",
|
|
"gulp-sass-glob": "^1.0.6",
|
|
"gulp-uglify": "^2.0.0",
|
|
"gulp-util": "^3.0.7"
|
|
}
|
|
}
|