package.json 334 B

1234567891011121314151617
  1. {
  2. "name": "gulp.sass",
  3. "version": "1.0.0",
  4. "description": "Gulp, SASS + Slow running tasks",
  5. "main": "gulpfile.js",
  6. "scripts": {
  7. "start": "gulp"
  8. },
  9. "author": "",
  10. "license": "ISC",
  11. "devDependencies": {
  12. "browser-sync": "^2.2.0",
  13. "gulp": "^3.8.11",
  14. "gulp-sass": "^1.3.3",
  15. "through2": "^0.6.3"
  16. }
  17. }