Files
OfficialSite/package.json

17 lines
512 B
JSON

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