-
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.28 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.28 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": "hackfsu-console",
"version": "4.0.0",
"description": "HackFSU website",
"repository": "https://github.com/HackFSU/hackfsu-console",
"scripts": {
"start": "gulp build; node server.js | bunyan",
"test": "echo \"Error: no test specified\" && exit 1"
},
"homepage": "hackfsu.com",
"author": "HackFSU",
"license": "ISC",
"dependencies": {
"app-module-path": "^1.0.5",
"babel-preset-es2015": "^6.0.14",
"babel-register": "^6.4.3",
"body-parser": "^1.14.1",
"bunyan": "^1.5.1",
"connect-fonts": "^2.0.2",
"csvtojson": "^0.5.2",
"dotenv": "^0.4.0",
"express": "^4.13.3",
"express-session": "^1.13.0",
"express-subdomain": "^1.0.4",
"express-validator": "^2.18.0",
"fs-extra": "^0.26.4",
"gulp": "^3.9.0",
"gulp-babel": "^6.0.0",
"gulp-header": "^1.7.1",
"gulp-jshint": "^1.12.0",
"gulp-sourcemaps": "^1.6.0",
"jade": "^1.11.0",
"lodash": "^3.10.1",
"mandrill-api": "^1.0.45",
"moment": "^2.10.6",
"morgan": "^1.6.1",
"node-uuid": "^1.4.3",
"parse": "^1.6.8",
"serve-favicon": "^2.3.0",
"socket.io": "^1.4.4",
"socketio": "^1.0.0",
"subdomain": "^1.2.0",
"validator": "^4.4.0",
"yargs": "^3.29.0"
},
"devDependencies": {
"gulp": "^3.9.0"
}
}