Changes: - Replace “0.0.0” with “” as per NPM documentation to (matches any version); - Moved SVG4Everybody from “devDependencies” tp “dependencies”;
35 lines
946 B
JSON
35 lines
946 B
JSON
{
|
|
"private": true,
|
|
"name": "@locomotivemtl/boilerplate",
|
|
"title": "Locomotive Boilerplate",
|
|
"version": "1.0.0",
|
|
"author": "Locomotive <info@locomotive.ca>",
|
|
"dependencies": {
|
|
"svg4everybody": ""
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "",
|
|
"babel-preset-es2015": "",
|
|
"babel-plugin-transform-es2015-classes": "",
|
|
"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": ""
|
|
}
|
|
}
|