-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
102 lines (102 loc) · 2.6 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "reallove",
"version": "1.0.0",
"description": "real love search ",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EliArad/reallove.git"
},
"author": "Eli Arad",
"license": "ISC",
"bugs": {
"url": "https://github.com/EliArad/reallove/issues"
},
"homepage": "https://github.com/EliArad/reallove#readme",
"dependencies": {
"bcryptjs": "^2.3.0",
"body-parser": "^1.14.1",
"chance": "^0.8.0",
"connect-mongo": "^1.0.1",
"cookie-parser": "^1.4.0",
"crypto": "0.0.3",
"express": "^4.13.3",
"express-bearer-token": "^2.1.0",
"express-jwt": "^3.3.0",
"express-session": "^1.12.1",
"fs.extra": "^1.3.2",
"gm": "^1.21.1",
"grunt": "^0.4.5",
"grunt-karma": "^0.12.1",
"gulp": "^3.9.0",
"gulp-jscs": "^3.0.2",
"gulp-jshint": "^1.12.0",
"gulp-nodemon": "^2.0.4",
"iconv": "^2.1.11",
"imagemagick": "^0.1.3",
"jasmine-core": "^2.4.1",
"jshint-stylish": "^2.1.0",
"karma": "^0.13.15",
"lwip": "0.0.8",
"mkdirp": "^0.5.1",
"moment": "^2.10.6",
"multer": "^1.1.0",
"node-base64-image": "^0.1.1",
"node-mutex": "^0.1.4",
"nodemon": "^1.8.1",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"phantomjs": "^1.9.19",
"randomstring": "^1.1.3",
"request": "^2.67.0",
"riot": "^2.3.12",
"should": "^7.1.1",
"socket.io": "^1.3.7",
"videogular": "^1.3.2"
},
"devDependencies": {
"async": "^1.5.0",
"basic-csv": "0.0.2",
"csv": "^0.4.6",
"csv-parse": "^1.0.0",
"del": "^2.0.2",
"easyimage": "^2.1.0",
"email-validator": "^1.0.3",
"exit": "^0.1.2",
"fs": "0.0.2",
"grunt-karma": "*",
"guid": "0.0.12",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-cache": "^0.4.0",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.6.0",
"gulp-if": "^2.0.0",
"gulp-jscs": "^3.0.2",
"gulp-jshint": "^1.12.0",
"gulp-less": "^3.0.3",
"gulp-livereload": "^3.8.1",
"gulp-minify-css": "^1.2.1",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.1",
"gulp-print": "^2.0.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.4.2",
"gulp-util": "^3.0.7",
"imagemagick": "^0.1.3",
"jsonwebtoken": "^5.4.1",
"jwt-simple": "^0.3.1",
"karma-jasmine": "*",
"karma-phantomjs-launcher": "*",
"lodash": "^3.10.1",
"mongoose": "^4.2.4",
"nodemailer": "^1.9.0",
"url": "^0.11.0",
"view-helpers": "^0.1.5",
"yargs": "^3.29.0"
}
}