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
Antoine Boulanger f577e7aa92 Change grunt for gulp
2018-09-05 14:21:37 -04:00

15 lines
316 B
JSON

{
"private": true,
"name": "@locomotivemtl/boilerplate",
"title": "Locomotive Boilerplate",
"version": "1.0.0",
"author": "Locomotive <info@locomotive.ca>",
"dependencies": {
"pjax": "*",
"svg4everybody": "*"
},
"devDependencies": {
"gulp-concat": "*"
}
}