-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.24 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
{
"name": "evalua-facil",
"version": "1.0.0",
"dependencies": {
"async": "^1.5.0",
"bcryptjs": "^2.3.0",
"bluebird": "^3.0.5",
"body-parser": "^1.14.1",
"bookshelf": "^0.9.1",
"checkit": "^0.6.0",
"connect": "^3.4.0",
"connect-ensure-login": "^0.1.1",
"cookie-parser": "^1.4.0",
"cors": "^2.7.1",
"crypto": "0.0.3",
"errorhandler": "^1.4.2",
"express": "^4.13.3",
"express-session": "^1.12.1",
"http-status-codes": "^1.0.5",
"jade": "^1.11.0",
"knex": "^0.9.0",
"morgan": "^1.6.1",
"mysql": "^2.9.0",
"mysql2": "^0.15.8",
"node-gyp": "^3.0.3",
"oauth2orize": "^1.2.0",
"passport": "^0.3.2",
"passport-http": "^0.3.0",
"passport-http-bearer": "^1.0.1",
"passport-local": "^1.0.0",
"passport-oauth2-client-password": "^0.1.2"
},
"devDependencies": {
"chai": "*",
"supertest": "*",
"mocha": "^2.3.3"
},
"main": "./app.js",
"author": {
"name": "Alex Ocampo",
"email": "[email protected]"
},
"keywords": [],
"licenses": {
"type": "mit"
},
"repository": {
"type": "git",
"url": "git://github.com/YOUR_LOGIN/Hello World.git"
},
"bugs": {
"url": "http://github.com/YOUR_LOGIN/Hello World/issues"
}
}