forked from seyhani/UT-DMC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.52 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
{
"name": "v1",
"version": "1.0.0",
"description": "Survey v1",
"main": "app.js",
"scripts": {
"start": "node app.js",
"dev": "node app.js",
"iserver": "node config/initialize.js"
},
"author": "Colt Steele",
"license": "ISC",
"jspm": true,
"directories": {
"baseURL": "public"
},
"devDependencies": {
"babel": "babel-core@^5.8.24",
"babel-runtime": "babel-runtime@^5.8.24",
"core-js": "core-js@^1.1.4"
},
"dependencies": {
"async": "^2.1.4",
"bcrypt": "^0.8.7",
"bcrypt-pbkdf": "^1.0.0",
"bindings": "^1.2.1",
"body-parser": "^1.14.1",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"crypto": "0.0.3",
"ejs": "^2.3.4",
"email-templates": "^2.5.4",
"express": "^4.13.3",
"express-session": "^1.11.3",
"intro.js": "^2.4.0",
"jsonwebtoken": "^7.2.1",
"jwt-simple": "^0.5.1",
"list.js": "^1.3.0",
"lodash": "^4.17.2",
"method-override": "^2.3.5",
"mongo-sanitize": "^1.0.0",
"mongoose": "^4.1.12",
"mongoose-deep-populate": "^3.0.0",
"multer": "^1.2.0",
"node-mailer": "^0.1.1",
"nodemailer": "^2.6.0",
"nodemailer-direct-transport": "^3.3.2",
"nodemailer-smtp-transport": "^2.7.2",
"normalizeurl": "^1.0.0",
"passport": "^0.3.0",
"passport-google-oauth": "^1.0.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^3.1.0",
"request": "^2.65.0",
"rimraf": "^2.5.4",
"simplesmtp": "^0.3.35",
"smtp-server": "^1.14.2",
"underscore": "^1.8.3"
}
}