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.

24 lines
572 B

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. "gulp": "^3.9.1",
  17. "gulp-clean-css": "^3.9.4",
  18. "gulp-concat": "^2.6.1",
  19. "gulp-minify": "^3.1.0",
  20. "gulp-sass": "^3.2.1",
  21. "gulp-size": "^3.0.0"
  22. },
  23. "dependencies": {}
  24. }