Update package.json

- Update npm dependencies
- Use grunt-sass (ie node-sass/libsass)
- Add posttcss with autoprefixer and cssnano
This commit is contained in:
stepmr 2015-07-23 11:49:26 -07:00
parent 64119a093a
commit 0e66834ae3

View File

@ -3,13 +3,16 @@
"version": "{{ cookiecutter.version }}", "version": "{{ cookiecutter.version }}",
"dependencies": {}, "dependencies": {},
"devDependencies": { "devDependencies": {
"grunt": "~0.4.1", "grunt": "~0.4.5",
"grunt-contrib-watch": "~0.5.3", "grunt-contrib-watch": "~0.6.1",
"grunt-bg-shell": "~2.3.1", "grunt-bg-shell": "~2.3.1",
"connect-livereload": "~0.3.2", "connect-livereload": "~0.3.2",
"grunt-contrib-compass": "~0.7.0", "time-grunt": "~1.2.1",
"time-grunt": "~0.2.7", "load-grunt-tasks": "~3.2.0",
"load-grunt-tasks": "~0.2.1" "grunt-sass": "~1.0.0",
"grunt-postcss": "~0.5.5",
"cssnano": "~2.1.0",
"autoprefixer-core": "~5.2.1"
}, },
"engines": { "engines": {
"node": ">=0.8.0" "node": ">=0.8.0"