-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.37 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.37 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
{
"name": "lesson-planner-fullstack-capstone",
"version": "1.0.0",
"description": " ",
"main": "server.js",
"dependencies": {
"bcrypt": "^0.8.7",
"bcryptjs": "^2.3.0",
"body-parser": "^1.15.2",
"cors": "^2.8.4",
"express": "^4.14.0",
"isomorphic-fetch": "^2.2.1",
"moment": "^2.18.1",
"mongodb": "^2.2.9",
"mongoose": "^4.5.10",
"nodemon": "^1.18.3",
"npm": "^6.1.0",
"passport": "^0.3.2",
"passport-http": "^0.3.0",
"react": "^15.3.1",
"react-dom": "^15.3.1",
"react-fontawesome": "^1.6.1",
"react-redux": "^4.4.5",
"redux": "^3.6.0",
"redux-thunk": "^2.2.0",
"unirest": "^0.5.1"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-http": "^3.0.0",
"faker": "^3.1.0",
"mocha": "^3.2.0"
},
"engines": {
"node": "^8.2.1"
},
"scripts": {
"test": "mocha",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jgmil/lesson-planner-fullstack-capstone.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jgmil/lesson-planner-fullstack-capstone/issues"
},
"homepage": "https://github.com/jgmil/lesson-planner-fullstack-capstone#readme"
}