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.
18 lines
407 B
18 lines
407 B
{ |
|
"name": "grunt.sass.autoprefixer", |
|
"version": "1.0.0", |
|
"description": "Grunt, SASS & Autoprefixer", |
|
"main": "Gruntfile.js", |
|
"scripts": { |
|
"start": "grunt" |
|
}, |
|
"author": "", |
|
"license": "ISC", |
|
"devDependencies": { |
|
"grunt": "^0.4.5", |
|
"grunt-autoprefixer": "^2.2.0", |
|
"grunt-browser-sync": "^2.1.1", |
|
"grunt-contrib-sass": "^0.9.2", |
|
"grunt-contrib-watch": "^0.6.1" |
|
} |
|
}
|
|
|