Move grunt + other stuff to root + update all tasks paths, change autoprefixer-core for autoprefixer

This commit is contained in:
Antoine Boulanger
2015-09-10 14:59:43 -04:00
parent efd5f9b8b6
commit 842efd2e00
28 changed files with 209 additions and 99 deletions

29
package.json Normal file
View File

@@ -0,0 +1,29 @@
{
"name": "boilerplate",
"version": "1.0.0",
"author": "Locomotive <info@locomotive.ca>",
"contributors": [
"Stephen Bégay <stephen@locomotive.ca>",
"Antoine Boulanger <antoine@locomotive.ca>"
],
"devDependencies": {
"autoprefixer": "0.0.0",
"glob": "0.0.0",
"grunt": "0.0.0",
"grunt-browser-sync": "0.0.0",
"grunt-contrib-concat": "0.0.0",
"grunt-contrib-cssmin": "0.0.0",
"grunt-contrib-jshint": "0.0.0",
"grunt-contrib-uglify": "0.0.0",
"grunt-contrib-watch": "0.0.0",
"grunt-csscomb": "0.0.0",
"grunt-jsonlint": "0.0.0",
"grunt-notify": "0.0.0",
"grunt-phplint": "0.0.0",
"grunt-postcss": "0.0.0",
"grunt-sass": "0.0.0",
"grunt-svgmin": "0.0.0",
"grunt-svgstore": "0.0.0",
"load-grunt-tasks": "0.0.0"
}
}