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
2019-02-01 09:31:46 -05:00

18 lines
542 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",
"normalize.css": "*",
"pjax": "*",
"smooth-scrollbar": "git+https://git@github.com/locomotivemtl/smooth-scrollbar.git#develop",
"svg4everybody": "*"
},
"devDependencies": {
"gulp-concat": "*"
}
}