forked from reactoroverflow/reactoroverflow.com
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 1.1 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
{
"name": "reactoroverflow.com",
"version": "0.0.1",
"description": "> THe overflow of communication designed for Hack Reactor Students, Faculty, Alumni, and Precourse Students.",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codydaig/reactoroverflow.com.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/codydaig/reactoroverflow.com/issues"
},
"homepage": "https://github.com/codydaig/reactoroverflow.com#readme",
"dependencies": {
"body-parser": "^1.13.3",
"bower": "^1.3.9",
"chalk": "^1.1.0",
"consolidate": "^0.13.1",
"cookie-parser": "^1.3.5",
"elasticsearch": "^6.0.0",
"express": "^4.13.3",
"express-session": "^1.11.3",
"method-override": "^2.3.5",
"morgan": "^1.6.1",
"passport": "^0.2.2",
"passport-github": "^0.1.5",
"serve-favicon": "^2.3.0",
"swig": "^1.4.2",
"socket.io": "^1.3.6"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.2",
"load-grunt-tasks": "^3.2.0"
}
}