mirror of
https://github.com/locomotivemtl/locomotive-boilerplate.git
synced 2026-01-15 00:55:08 +08:00
27 lines
738 B
JSON
27 lines
738 B
JSON
{
|
|
"name": "projet-x",
|
|
"version": "1.0.0",
|
|
"author": "Locomotive <info@locomotive.ca>",
|
|
"contributors": [
|
|
"Stephen Bégay <stephen@locomotive.ca>",
|
|
"Antoine Boulanger <antoine@locomotive.ca>"
|
|
],
|
|
"devDependencies": {
|
|
"grunt": "0.4.5",
|
|
"load-grunt-tasks": "0.6.0",
|
|
"grunt-contrib-jshint": "^0.10.0",
|
|
"grunt-jsonlint": "^1.0.4",
|
|
"grunt-phplint": "0.0.5",
|
|
"grunt-contrib-watch": "0.6.1",
|
|
"grunt-contrib-sass": "0.8.1",
|
|
"grunt-sass": "0.14.0",
|
|
"grunt-notify": "0.3.1",
|
|
"grunt-autoprefixer": "1.0.1",
|
|
"grunt-contrib-concat": "0.5.0",
|
|
"grunt-contrib-uglify": "0.6.0",
|
|
"grunt-contrib-imagemin": "0.8.1",
|
|
"grunt-csscomb": "3.0.0",
|
|
"grunt-markdown-pdf": "^2.1.1"
|
|
}
|
|
}
|