Commit b1eba4696d897d92b98499ae0e2eaa04dd76baac
1 parent
14d49cbb
Ajout du repo
Alors npm, heureux ?
Showing
1 changed file
with
15 additions
and
14 deletions
Show diff stats
package.json
1 | 1 | { |
2 | - "name": "ci-site", | |
3 | - "main": "server.js", | |
4 | - "dependencies": { | |
5 | - "async": "^0.9.0", | |
6 | - "body-parser": "^1.12.0", | |
7 | - "cookie-parser": "^1.3.4", | |
8 | - "express": "^4.12.2", | |
9 | - "method-override": "^2.3.1", | |
10 | - "mongoose": "^3.8.25", | |
11 | - "morgan": "^1.5.1", | |
12 | - "node-line-reader": "0.0.2", | |
13 | - "ssh2": "^0.4.6", | |
14 | - "ursa": "^0.8.4" | |
15 | - } | |
2 | + "name": "ci-site", | |
3 | + "main": "server.js", | |
4 | + "repository": "https://github.com/ClubInfoPolytechLille/ci-site", | |
5 | + "dependencies": { | |
6 | + "async": "^0.9.0", | |
7 | + "body-parser": "^1.12.0", | |
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", | |
13 | + "node-line-reader": "0.0.2", | |
14 | + "ssh2": "^0.4.6", | |
15 | + "ursa": "^0.8.4" | |
16 | + } | |
16 | 17 | } | ... | ... |