server/src/bower.json
author Chloe Laisne <chloe.laisne@gmail.com>
Fri, 05 Aug 2016 18:51:59 +0200
changeset 253 0be9770b09b4
parent 4 f55970e41793
child 386 c731ab9b934d
permissions -rw-r--r--
Hide/show transcript button in the player - Do not request transscript when property is null in the document request

{
  "name": "corpus-parole",
  "version": "0.0.1",
  "authors": [
    "Yves-Marie Haussonne <ymh.work+github@gmail.com>"
  ],
  "description": "Corpus de la parole",
  "moduleType": [
    "es6"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "vendor/bower_components",
    "test",
    "tests"
  ],
  "dependencies": {
    "bootstrap-sass": "bootstrap-sass-official#~3.3.5",
    "bourbon": "~4.2.4",
    "font-awesome": "~4.4.0"
  }
}