package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "name": "gulp-dart-sass",
  3. "version": "1.0.2",
  4. "description": "Gulp plugin for sass",
  5. "main": "index.js",
  6. "engines": {
  7. "node": ">=6"
  8. },
  9. "scripts": {
  10. "test": "./node_modules/.bin/mocha test"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "git://github.com/mattdsteele/gulp-dart-sass"
  15. },
  16. "keywords": [
  17. "gulpplugin",
  18. "sass",
  19. "gulp"
  20. ],
  21. "author": "David Manning",
  22. "license": "MIT",
  23. "bugs": {
  24. "url": "https://github.com/mattdsteele/gulp-dart-sass/issues"
  25. },
  26. "dependencies": {
  27. "chalk": "^2.3.0",
  28. "lodash.clonedeep": "^4.3.2",
  29. "plugin-error": "^1.0.1",
  30. "replace-ext": "^1.0.0",
  31. "sass": "^1.26.3",
  32. "strip-ansi": "^4.0.0",
  33. "through2": "^2.0.0",
  34. "vinyl-sourcemaps-apply": "^0.2.0"
  35. },
  36. "devDependencies": {
  37. "autoprefixer": "^9.7.5",
  38. "eslint": "^6.8.0",
  39. "eslint-config-airbnb-base": "^12.1.0",
  40. "eslint-plugin-import": "^2.20.2",
  41. "globule": "^1.3.1",
  42. "gulp": "^4.0.2",
  43. "gulp-postcss": "^7.0.1",
  44. "gulp-sourcemaps": "^2.6.5",
  45. "gulp-tap": "^0.1.3",
  46. "mocha": "^7.1.1",
  47. "rimraf": "^3.0.2",
  48. "should": "^13.2.3",
  49. "vinyl": "^2.2.0"
  50. }
  51. }