Files
OfficialSite/package.json
Chauncey McAskill a4c1721e74 Added 'load-grunt-config' plugin
The plugin replaces the custom 'loadConfig()' function with a more robust and extensible solution.

It handles 'grunt.initConfig()' and 'load-grunt-tasks'.

Changes:
- Moved Grunt task configurations into a 'config/' sub-directory to allow room for custom plugins, modules, and tasks to be defined without being included by the config-loader;
- Updated '.eslintrc' to better lint module-based JS;
- Updated EditorConfig recommendations;
2016-04-11 16:08:58 -04:00

32 lines
875 B
JSON

{
"private": true,
"name": "@locomotivemtl/boilerplate",
"title": "Locomotive Boilerplate",
"version": "1.0.0",
"author": "Locomotive <info@locomotive.ca>",
"devDependencies": {
"autoprefixer": "6.3.3",
"babel-preset-es2015": "6.6.0",
"babelify": "7.2.0",
"eslint-tap": "1.1.0",
"glob": "7.0.3",
"grunt": "0.4.5",
"grunt-browser-sync": "2.2.0",
"grunt-browserify": "4.0.1",
"grunt-contrib-concat": "1.0.0",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-uglify": "1.0.0",
"grunt-contrib-watch": "0.6.1",
"grunt-csscomb": "3.1.0",
"grunt-eslint": "18.0.0",
"grunt-notify": "0.4.5",
"grunt-phplint": "0.0.8",
"grunt-postcss": "0.8.0",
"grunt-sass": "1.1.0",
"grunt-svgmin": "3.1.2",
"grunt-svgstore": "1.0.0",
"load-grunt-config": "^0.19.1",
"postcss-banner": "^1.2.0"
}
}