Blame view

package.json 721 Bytes
40f71ab1   Geoffrey PREUD'HOMME   Utilisation de Sa...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
  {
    "name": "10p5-server",
    "version": "0.0.0",
    "description": "Client web pour le système de paiment de 10⁵",
    "main": "gulpfile.js",
    "scripts": {
      "test": "echo \"Error: no test specified\" && exit 1"
    },
    "repository": {
      "type": "git",
      "url": "git+https://github.com/GeoffreyFrogeye/10p5-server.git"
    },
    "author": "Le Club Info Polytech Lille <Club.Informatique@polytech-lille.fr>",
    "license": "UNLICENSED",
    "bugs": {
      "url": "https://github.com/GeoffreyFrogeye/10p5-server/issues"
    },
    "homepage": "https://github.com/GeoffreyFrogeye/10p5-server#readme",
    "devDependencies": {
      "gulp": "^3.9.1",
      "gulp-sass": "^2.3.1"
32dbe8b6   Geoffrey PREUD'HOMME   Dépendances manqu...
22
23
24
    },
    "dependencies": {
      "gulp-util": "^3.0.7"
40f71ab1   Geoffrey PREUD'HOMME   Utilisation de Sa...
25
26
    }
  }