-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.59 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
45
46
47
48
49
50
51
{
"name": "kisapp",
"version": "1.0.0",
"description": "With the help of health educators and programmers alike, we built a tool to help young people have information to make healthy decisions. K.I.S is a platform to encourage curiosity, learning, and health with an inclusive and easy-to-navigate environment.",
"main": "server.js",
"scripts": {
"server": "node server.js",
"client": "cd client && npm run start",
"start": "./node_modules/.bin/concurrently \"./node_modules/.bin/nodemon\" \"npm run client\"",
"build": "cd client && npm run build",
"deploy": "yarn build && git add . && git commit -m \"Building for production\" && git push heroku master",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GrandSuccess87/KisApp.git"
},
"keywords": [
"node.js",
"express.js",
"mongodb",
"mongoose",
"mongooseORM",
"React.js",
"Heroku",
"MVC"
],
"author": "Quintessa, Erica, Ozzy, Sarah",
"license": "ISC",
"bugs": {
"url": "https://github.com/GrandSuccess87/KisApp/issues"
},
"homepage": "https://github.com/GrandSuccess87/KisApp#readme",
"devDependencies": {
"concurrently": "^3.5.0",
"nodemon": "^1.11.0"
},
"dependencies": {
"algolia": "^0.0.0",
"algoliasearch": "^3.27.0",
"auth0-js": "^9.5.1",
"axios": "^0.16.2",
"body-parser": "^1.17.2",
"dotenv": "^5.0.1",
"express": "^4.15.4",
"mongoose": "^5.0.17",
"npm": "^6.0.0",
"react-facebook-login": "^4.0.1",
"react-google-login": "^3.2.1"
}
}