Files
OfficialSite/project-x/package.json
2014-10-01 17:55:55 -04:00

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