Files
OfficialSite/package.json

31 lines
838 B
JSON
Raw Normal View History

{
"name": "boilerplate",
"version": "1.0.0",
"author": "Locomotive <info@locomotive.ca>",
"devDependencies": {
"autoprefixer": "6.3.3",
"babel-preset-es2015": "6.5.0",
2016-01-26 13:36:46 -05:00
"babelify": "7.2.0",
"eslint-tap": "1.1.0",
"glob": "7.0.0",
2016-01-26 13:36:46 -05:00
"grunt": "0.4.5",
"grunt-browser-sync": "2.2.0",
"grunt-browserify": "4.0.1",
"grunt-contrib-concat": "1.0.0",
2016-01-26 13:36:46 -05:00
"grunt-contrib-cssmin": "0.14.0",
"grunt-contrib-jshint": "1.0.0",
"grunt-contrib-uglify": "0.11.1",
2016-01-26 13:36:46 -05:00
"grunt-contrib-watch": "0.6.1",
"grunt-csscomb": "3.1.0",
"grunt-eslint": "18.0.0",
2016-01-26 13:36:46 -05:00
"grunt-jsonlint": "1.0.7",
"grunt-notify": "0.4.3",
"grunt-phplint": "0.0.8",
"grunt-postcss": "0.7.2",
2016-01-26 13:36:46 -05:00
"grunt-sass": "1.1.0",
"grunt-svgmin": "3.1.2",
"grunt-svgstore": "1.0.0",
2016-01-26 13:36:46 -05:00
"load-grunt-tasks": "3.4.0"
}
}