You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
899 B

7 years ago
7 years ago
7 years ago
7 years ago
  1. {
  2. "name": "wheeparam",
  3. "version": "1.0.0",
  4. "description": "퍼블리싱용 기본 템플릿",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "http://git.wheeparam.com/wheeparam/publisingTemplate.git"
  12. },
  13. "author": "",
  14. "license": "ISC",
  15. "devDependencies": {
  16. "gulp": "^4.0.2",
  17. "gulp-autoprefixer": "^7.0.1",
  18. "gulp-cached": "^1.1.1",
  19. "gulp-clean-css": "^4.3.0",
  20. "gulp-concat": "^2.6.1",
  21. "gulp-cssnano": "^2.1.3",
  22. "gulp-file-include": "^2.2.2",
  23. "gulp-minify": "^3.1.0",
  24. "gulp-notify": "^3.2.0",
  25. "gulp-plumber": "^1.2.1",
  26. "gulp-rename": "^2.0.0",
  27. "gulp-sass": "^5.1.0",
  28. "node-sass": "^7.0.1",
  29. "sass": "^1.32.7",
  30. "gulp-size": "^3.0.0",
  31. "gulp-sourcemaps": "^2.6.5",
  32. "gulp.spritesmith": "^6.11.0"
  33. },
  34. "dependencies": {}
  35. }