Commit abef83aab462f857587b131faa7504959668ffbe

Authored by Geoffrey PREUD'HOMME
1 parent 89bc7c99

Mise à jour de dépendance et ajout d'un badge

Showing 3 changed files with 19 additions and 18 deletions   Show diff stats
README.md
1 1 #Site internet du Club Info
2 2 Version 2015
  3 +
  4 +[![Dependency Status](https://gemnasium.com/ClubInfoPolytechLille/ci-site.svg)](https://gemnasium.com/ClubInfoPolytechLille/ci-site)
... ...
bower.json
1 1 {
2   - "name": "ci-site",
3   - "version": "0.0.1",
4   - "dependencies": {
5   - "font-awesome": "latest",
6   - "angular": "latest",
7   - "angular-route": "latest",
8   - "bootswatch-dist": "3.3.2-cerulean",
9   - "jsencrypt": "~2.1.0",
10   - "animate.css": "~3.2.6",
11   - "remarkable-bootstrap-notify": "~3.0.1",
12   - "angular-ladda": "~0.2.2",
13   - "angular-animate": "~1.3.15"
14   - }
  2 + "name": "ci-site",
  3 + "version": "0.0.1",
  4 + "dependencies": {
  5 + "angular": "~1.3.15",
  6 + "angular-animate": "~1.3.15",
  7 + "angular-ladda": "~0.2.2",
  8 + "angular-route": "~1.3.15",
  9 + "animate.css": "~3.2.6",
  10 + "bootswatch-dist": "3.3.4-cerulean",
  11 + "jsencrypt": "~2.1.0",
  12 + "remarkable-bootstrap-notify": "~3.0.2"
  13 + }
15 14 }
... ...
package.json
... ... @@ -4,12 +4,12 @@
4 4 "repository": "https://github.com/ClubInfoPolytechLille/ci-site",
5 5 "dependencies": {
6 6 "async": "^0.9.0",
7   - "body-parser": "^1.12.0",
  7 + "body-parser": "^1.12.2",
8 8 "cookie-parser": "^1.3.4",
9   - "express": "^4.12.2",
10   - "method-override": "^2.3.1",
11   - "mongoose": "^3.8.25",
12   - "morgan": "^1.5.1",
  9 + "express": "^4.12.3",
  10 + "method-override": "^2.3.2",
  11 + "mongoose": "^4.0.1",
  12 + "morgan": "^1.5.2",
13 13 "node-line-reader": "0.0.2",
14 14 "ssh2": "^0.4.6",
15 15 "ursa": "^0.8.4"
... ...