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.

31 lines
753 B

7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
  1. {
  2. "name": "WheeparamBoard",
  3. "version": "1.0.0",
  4. "description": "휘파람 보드",
  5. "main": "gulpfile.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/WheeparamBoard.git"
  12. },
  13. "author": "휘파람 소프트",
  14. "license": "ISC",
  15. "devDependencies": {
  16. "ax5ui-toast": "^1.4.126",
  17. "gulp": "^3.9.1",
  18. "gulp-clean-css": "^3.9.4",
  19. "gulp-concat": "^2.6.1",
  20. "gulp-minify": "^3.1.0",
  21. "gulp-sass": "^3.2.1",
  22. "gulp-size": "^3.0.0",
  23. "gulp-sourcemaps": "^2.6.4"
  24. },
  25. "dependencies": {
  26. "ax5core": "^1.4.126",
  27. "ax5ui-mask": "^1.4.126",
  28. "ax5ui-modal": "^1.4.126",
  29. "clipboard": "^2.0.1"
  30. }
  31. }