Files
OfficialSite/package.json
2017-03-02 08:52:19 -05:00

37 lines
1.0 KiB
JSON

{
"private": true,
"name": "@locomotivemtl/boilerplate",
"title": "Locomotive Boilerplate",
"version": "1.0.0",
"author": "Locomotive <info@locomotive.ca>",
"dependencies": {
"barba.js": "",
"svg4everybody": ""
},
"devDependencies": {
"autoprefixer": "",
"babel-preset-es2015": "",
"babel-plugin-transform-es2015-classes": "",
"babel-plugin-transform-export-extensions": "",
"babelify": "",
"eslint-tap": "",
"glob": "",
"grunt": "",
"grunt-browser-sync": "",
"grunt-browserify": "",
"grunt-contrib-concat": "",
"grunt-contrib-cssmin": "",
"grunt-contrib-uglify": "",
"grunt-contrib-watch": "",
"grunt-csscomb": "",
"grunt-eslint": "",
"grunt-notify": "",
"grunt-phplint": "",
"grunt-postcss": "",
"grunt-sass": "",
"grunt-svg-sprite": "",
"load-grunt-config": "",
"postcss-banner": ""
}
}