package.json 725 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "basic",
  3. "version": "0.1.0",
  4. "dependencies": {
  5. "bourbon": "~4.3.0",
  6. "bourbon-neat": "~1.8.0",
  7. "grunt": "^1.0.1",
  8. "autoprefixer": "^6.7.2",
  9. "grunt-browser-sync": "^2.2.0",
  10. "grunt-contrib-concat": "^1.0.1",
  11. "grunt-contrib-imagemin": "^1.0.1",
  12. "grunt-contrib-uglify": "^2.1.0",
  13. "grunt-contrib-watch": "^1.0.0",
  14. "grunt-notify": "^0.4.5",
  15. "grunt-sass": "^2.0.0",
  16. "grunt-svgmin": "^4.0.0",
  17. "grunt-postcss": "^0.8.0",
  18. "pixrem": "^3.0.2",
  19. "postcss": "^5.2.12"
  20. },
  21. "description": "=========================== How to Use Grunt with Basic ===========================",
  22. "main": "Gruntfile.js",
  23. "devDependencies": {},
  24. "author": "",
  25. "license": "MIT"
  26. }