Blame view

bower.json 548 Bytes
68c7896a   Geoffrey PREUD'HOMME   Bower !
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
  {
    "name": "10p5-server",
    "homepage": "https://github.com/GeoffreyFrogeye/10p5-server",
    "authors": [
      "Le Club Info Polytech Lille <Club.Informatique@polytech-lille.fr>"
    ],
    "description": "Client web pour le système de paiment de 10⁵",
    "main": "index.html",
    "license": "Copyright",
    "private": true,
    "ignore": [
      "**/.*",
      "node_modules",
      "bower_components",
      "test",
      "tests"
    ],
    "dependencies": {
      "Materialize": "materialize#^0.97.6",
2146d35a   Geoffrey PREUD'HOMME   Vue interactive
20
21
      "material-design-icons": "^2.2.3",
      "vue": "^1.0.21"
68c7896a   Geoffrey PREUD'HOMME   Bower !
22
23
    }
  }