Update npm packages and add time-grunt

This commit is contained in:
Francis Lachapelle
2015-10-09 12:11:37 -04:00
parent e2d6e8ffe9
commit d68008b5fd
2 changed files with 9 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
"name": "sogo-web",
"version": "0.0.1",
"devDependencies": {
"autoprefixer-core": ">=5.1.0",
"autoprefixer": ">=6.0.3",
"bower": ">=1.3.8",
"csswring": ">=3.0.0",
"grunt": ">=0.4.1",
@@ -11,8 +11,9 @@
"grunt-contrib-uglify": ">=0.9",
"grunt-contrib-watch": ">=0.5.3",
"grunt-ng-annotate": ">=0.10.0",
"grunt-postcss": "^0.3.0",
"grunt-postcss": ">=0.6.0",
"grunt-sass": ">=0.18.1",
"kss": "^2.0.2"
"time-grunt": "latest",
"kss": ">=2.1.0"
}
}