25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

19 lines
407 B

  1. {
  2. "name": "grunt.sass.autoprefixer",
  3. "version": "1.0.0",
  4. "description": "Grunt, SASS & Autoprefixer",
  5. "main": "Gruntfile.js",
  6. "scripts": {
  7. "start": "grunt"
  8. },
  9. "author": "",
  10. "license": "ISC",
  11. "devDependencies": {
  12. "grunt": "^0.4.5",
  13. "grunt-autoprefixer": "^2.2.0",
  14. "grunt-browser-sync": "^2.1.1",
  15. "grunt-contrib-sass": "^0.9.2",
  16. "grunt-contrib-watch": "^0.6.1"
  17. }
  18. }