forked from octohotdogs/Wyft
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.82 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.82 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
50
51
52
53
54
55
{
"name": "wyft",
"version": "1.0.0",
"description": "Do you like using Lyft, the app that's basically your friend with a car? Wouldn't it be cool to meet people and use their wifi in exchange for a (completely optional) gift? Wyft allows you to search for users within a zip code offering to host you and give you access to their wifi. You might just meet your next best friend.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"react-dev": "webpack -d --watch",
"server-dev": "nodemon server/index.js",
"start": "node server/index.js",
"dev": "concurrently --kill-others \"npm run react-dev\" \"npm run server-dev\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/freemanFansForever/Wyft.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/freemanFansForever/Wyft/issues"
},
"homepage": "https://github.com/freemanFansForever/Wyft#readme",
"devDependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"webpack": "^2.2.1"
},
"dependencies": {
"@google/maps": "^0.5.5",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.17.2",
"concurrently": "^4.0.1",
"dotenv": "^6.0.0",
"express": "^4.16.3",
"express-validator": "^5.3.0",
"express-session": "^1.15.6",
"googleapis": "^33.0.0",
"jquery": "^3.1.1",
"moment": "^2.22.2",
"mongoose": "^4.8.6",
"mysql": "^2.16.0",
"mysql2": "^1.6.1",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-router-dom": "^4.3.1",
"semantic-ui-calendar-react": "^0.9.0-alpha.1",
"semantic-ui-css": "^2.3.3",
"semantic-ui-react": "^0.81.0",
"sequelize": "^4.38.0",
"underscore": "^1.9.1"
},
"keywords": []
}