server/src/package.json
author ymh <ymh.work@gmail.com>
Tue, 11 Oct 2016 02:49:59 +0200
changeset 326 226d5b17a119
parent 27 a2342f26c9de
child 346 4cd0f8c936ed
permissions -rw-r--r--
- First implementation of filter for languages. - Language is now an array in the document - various corrections linked to the above change - Simplify the IndexDocumet loop

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