view foodtruckui/package.json @ 599:d7baac1d01e6

admin: Set the `DEBUG` flag before the app runs so we can read it during setup.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 24 Jan 2016 10:40:55 -0800
parents d4a01a023998
children
line wrap: on
line source

{
  "name": "FoodTruck",
  "version": "1.0.0",
  "devDependencies": {
    "gulp": "~3.9.0",
    "gulp-sass": "~2.1.0",
    "gulp-minify-css": "~1.2.1",
    "gulp-uglify": "~1.4.2",
    "gulp-util": "~3.0.7",
    "gulp-sourcemaps": "~1.6.0",
    "gulp-rename": "~1.2.2",
    "gulp-concat": "~2.6.0"
  }
}