Files
OfficialSite/project-x/package.json
Antoine Boulanger 2c80c1e0b9 fix conflicts
2014-10-02 13:27:43 -04:00

24 lines
602 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-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"
}
}