forked from unchartedsoftware/torflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.06 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
{
"name": "TorFlow",
"version": "1.1.1",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"contributors": [
"Chris Dickson <[email protected]>",
"Kevin Birk <[email protected]>"
],
"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"
}
}