1
0
mirror of https://github.com/locomotivemtl/locomotive-boilerplate.git synced 2026-01-15 00:55:08 +08:00
Files
locomotive-boilerplate/package.json
2018-10-17 11:44:55 -04:00

17 lines
529 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#deven-add-scroll"
},
"devDependencies": {
"gulp-concat": "*"
}
}