server/src/package.json
author ymh <ymh.work@gmail.com>
Thu, 03 Nov 2016 09:44:11 +0100
changeset 390 f4fed295115b
parent 346 4cd0f8c936ed
child 406 cf0f23803a53
permissions -rw-r--r--
put virtualenv activation during build in comment. That means that for the moment the build machine must be provisionned beforehand, or ansible must be available globally

{
  "private": true,
  "devDependencies": {
    "bower": "^1.5.3",
    "gulp": "^3.8.8",
    "gulp-exec": "^2.1.2",
    "minimist": "^1.2.0",
    "run-sequence": "^1.2.2"
  },
  "dependencies": {
    "laravel-elixir": "^4.0.0",
    "bootstrap-sass": "^3.0.0"
  }
}