forked from unchartedsoftware/torflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.23 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.23 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
{
"name": "TorFlowV2",
"version": "2.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"start-docker": "cd containers && docker-compose up -d && cd .. && node ./bin/www"
},
"contributors": [
"Chris Dickson <cdickson@uncharted.software>",
"Kevin Birk <kbirk@uncharted.software>",
"Alex74747 <alex74747dev@proton.me>"
],
"dependencies": {
"async": "1.4.2",
"body-parser": "1.14.1",
"browserify": "11.2.0",
"compression": "1.6.0",
"cookie-parser": "1.4.0",
"csv": "0.4.6",
"debug": "2.2.0",
"express": "4.13.3",
"express-subdomain": "1.0.4",
"gulp": "3.9.0",
"gulp-concat": "2.6.0",
"gulp-define-module": "0.1.4",
"gulp-filter": "3.0.1",
"gulp-handlebars": "4.0.0",
"gulp-jshint": "1.11.2",
"gulp-minify-css": "1.2.1",
"gulp-order": "1.1.1",
"gulp-uglify": "1.4.2",
"handlebars": "3.0.3",
"jade": "1.11.0",
"lodash": "3.10.1",
"main-bower-files": "2.7.0",
"merge-stream": "1.0.0",
"moment": "2.10.6",
"morgan": "1.6.1",
"mysql": "2.9.0",
"node-dir": "0.1.10",
"run-sequence": "1.1.4",
"vinyl-buffer": "1.0.0",
"vinyl-source-stream": "1.1.0"
},
"overrides": {
"graceful-fs": "^4.2.11"
}
}