-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.11 KB
/
Copy pathpackage.json
File metadata and controls
80 lines (80 loc) · 2.11 KB
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
{
"name": "browserpipe.com",
"description": "Visualize what your information",
"version": "0.0.1",
"private": true,
"author": "Denis Bardadym & Daniel Fernandez (http://dmfernandez.com.ar)",
"scripts": {
"start": "nodemon server.js"
},
"dependencies": {
"bcrypt": "latest",
"bluebird": "latest",
"body-parser": "^1.5.0",
"bytes": "^1.0.0",
"connect-flash": "0.1.1",
"connect-redis": "^2.0.0",
"cookie-parser": "^1.3.2",
"detect-encoding": "0.0.3",
"entities": "^1.1.1",
"es6-promise": "^1.0.0",
"express": "~4.6.1",
"express-session": "^1.7.0",
"express-validator": "2.3.0",
"gm": "^1.16.0",
"graceful-fs": "^3.0.2",
"hiredis": "~0.1.17",
"htmlparser2": "3.7.3",
"http-buffer-charset": "0.0.2",
"iconv": "^2.1.4",
"jade": "^1.5.0",
"lodash": "latest",
"mimoza": "^0.3.0",
"mkdirp": "~0.5.0",
"mmmagic": "^0.3.8",
"moco": "^1.0.3",
"mongoose": "3.8.13",
"morgan": "^1.2.0",
"newrelic": "^1.8.1",
"node-phantom": "~0.2.5",
"nodemailer": "^1.3.0",
"passport": "0.2.0",
"passport-local": "1.0.0",
"passport.socketio": "^3.2.0",
"redis": "^0.11.0",
"request": "^2.39.0",
"rimraf": "^2.2.8",
"rufus": "~0.5.0",
"socket.io": "^1.0.6",
"socket.io-client": "^1.0.6",
"strftime": "^0.8.1",
"timeago": "^0.1.0",
"emitter": "http://github.com/component/emitter/archive/1.0.1.tar.gz"
},
"devDependencies": {
"mocha": "latest",
"should": "latest",
"istanbul": "latest",
"jshint": "latest",
"reactify": "latest",
"browserify": "latest",
"jshint-nice-reporter": "0.0.1",
"gulp-rename": "^1.2.0",
"optimist": "^0.6.1",
"gulp-load-plugins": "^0.5.3",
"gulp-uglify": "^0.3.1",
"gulp-ejs": "^0.3.0",
"gulp-less": "^1.3.2",
"gulp": "^3.8.6",
"gulp-util": "latest",
"gulp-autoprefixer": "0.0.8",
"react": "^0.11.0",
"vinyl-source-stream2": "^0.1.1",
"through2": "^0.5.1",
"run-sequence": "^0.3.6",
"gulp-csso": "^0.2.9",
"serve-static": "^1.4.0",
"heapdump": "^0.2.9",
"gulp-rimraf": "^0.1.0"
}
}