Files
OfficialSite/package.json

20 lines
604 B
JSON

{
"private": true,
"name": "@locomotivemtl/boilerplate",
"title": "Locomotive Boilerplate",
"version": "1.0.0",
"author": "Locomotive <info@locomotive.ca>",
"dependencies": {
"locomotive-scroll": "git+https://git@github.com/locomotivemtl/locomotive-scroll.git",
"modujs": "*",
"modularload": "*",
"normalize.css": "*",
"smooth-scrollbar": "git+https://git@github.com/locomotivemtl/smooth-scrollbar.git#develop",
"svg4everybody": "*"
},
"devDependencies": {
"@babel/polyfill": "*",
"gulp-concat": "*"
}
}