-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.49 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "epfl-api",
"version": "0.2.1",
"description": "epfl-api",
"main": "server.js",
"homepage": "https://github.com/stefanonepa/epfl-api",
"author": "nepa <stefano.nepa@epfl.ch>",
"dependencies": {
"body-parser": "^1.14.1",
"cookie-parser": "^1.4.0",
"debug": "^2.2.0",
"epfl-exceptions": "0.0.1",
"epfl-ldap": "0.4.0",
"express": "^4.13.3",
"express-session": "^1.12.0",
"ldapjs": "^0.7.1",
"method-override": "^2.3.5",
"morgan": "^1.6.1",
"node-cache": "^3.0.0",
"node-uuid": "^1.4.3",
"passport": "^0.3.0",
"passport-strategy": "^1.0.0",
"passport-tequila": "^0.1.9",
"pug": "^0.1.0",
"serve-favicon": "^2.3.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-apidoc": "^0.10.1",
"apidoc": "^0.13.1",
"jshint": "^2.8.0",
"mocha": "*",
"pre-commit": "^1.1.1",
"request": "*"
},
"scripts": {
"test": "mocha",
"start": "node server.js",
"SayHello": "echo \"Pre Commit Says Hello !\" && exit 0"
},
"bugs": {
"url": "https://github.com/stefanonepa/epfl-api/issues"
},
"pre-commit": [
"SayHello",
"test"
],
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/stefanonepa/epfl-api.git"
},
"keywords": [
"epfl",
"api",
"ldap"
],
"license": "ISC",
"apidoc": {
"title": "API EPFL-LDAP",
"url": "https://localhost:3000"
}
}