forked from didamendes/studying-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.32 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
{
"name": "studying-node",
"version": "1.0.0",
"description": "This project was created to study MEAN STACK",
"main": "server.js",
"scripts": {
"test": "karma start config/karma.conf.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/millysfabrielle/studying-node.git"
},
"author": "Millys Fabrielle <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/millysfabrielle/studying-node/issues"
},
"homepage": "https://github.com/millysfabrielle/studying-node#readme",
"dependencies": {
"bcryptjs": "^2.3.0",
"body-parser": "^1.15.0",
"cookie-parser": "^1.4.1",
"ejs": "^2.4.1",
"express": "^4.13.4",
"express-load": "^1.1.15",
"express-session": "^1.13.0",
"jwt-simple": "^0.5.0",
"method-override": "^2.3.5",
"moment": "^2.13.0",
"mongoose": "^4.4.14",
"mongoose-findorcreate": "^0.1.2",
"mongoose-materialized": "^0.1.8",
"nodemailer": "^2.4.2",
"nodemailer-smtp-transport": "^2.5.0",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"passport-github": "^1.1.0",
"passport-github2": "^0.1.10",
"passport-jwt": "^2.0.0",
"request": "^2.72.0",
"satellizer": "^0.14.0",
"xoauth2": "^1.1.0"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.0.2"
}
}