forked from TEAManticore/Line4Line
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.09 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
{
"name": "GiphyGuesser",
"version": "1.0.0",
"description": "Giphy Charades",
"repository": "https://github.com/HackerPaste/GiphyGuesser",
"license": "MIT",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "./node_modules/.bin/nodemon server/server.js --ignore client/"
},
"author": "pastiecakes",
"dependencies": {
"axios": "^0.15.1",
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.16.0",
"babelify": "^7.3.0",
"body-parser": "^1.15.2",
"browserify-middleware": "^7.0.0",
"connect-mongo": "^1.3.2",
"cookie-parser": "^1.4.3",
"dotenv": "^2.0.0",
"express": "^4.13.3",
"express-session": "^1.14.1",
"mongoose": "^4.6.3",
"morgan": "^1.7.0",
"node-less-endpoint": "^0.2.0",
"nodemon": "^1.11.0",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"passport.socketio": "^3.6.2",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-router": "^2.8.1",
"request": "^2.75.0",
"socket.io": "^1.5.0",
"socket.io-client": "^1.5.0"
}
}