package.json 407 B

123456789101112131415161718
  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. }