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.

32 lines
770 B

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. "gulp": "^3.9.1",
  17. "gulp-concat": "^2.6.1",
  18. "gulp-minify-css": "^1.2.4",
  19. "gulp-sass": "^3.1.0",
  20. "gulp-uglify": "^3.0.0"
  21. },
  22. "dependencies": {
  23. "ax5core": "^1.4.96",
  24. "ax5ui-mask": "^1.4.96",
  25. "ax5ui-modal": "^1.4.96",
  26. "bootstrap": "^3.3.7",
  27. "font-awesome": "^4.7.0",
  28. "jquery": "^1.12.4",
  29. "nicescroll": "^3.7.4",
  30. "reset-css": "^2.2.0"
  31. }
  32. }