Blame view

bower.json 526 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",
cbd06cbb   Geoffrey PREUD'HOMME   Fix Material Icons
20
      "material-design-icons": "^2.2.3"
68c7896a   Geoffrey PREUD'HOMME   Bower !
21
22
    }
  }