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",
|