-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.09 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.09 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
{
"name": "dreamsback",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha ./test/*.test.js",
"dev": "./node_modules/.bin/nodemon server.js",
"start": "node server.js",
"lint": "./node_modules/.bin/eslint .",
"lintFix": "./node_modules/.bin/eslint . --fix"
},
"author": "",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/Montana-Code-School/DreamsBack.git"
},
"bugs": {
"url": "https://github.com/Montana-Code-School/DreamsBack/issues"
},
"homepage": "https://github.com/Montana-Code-School/DreamsBack#readme",
"dependencies": {
"axios": "^0.18.0",
"body-parser": "^1.18.3",
"cookie-parser": "^1.4.4",
"cookie-session": "^1.3.3",
"cors": "^2.8.5",
"dotenv": "^6.2.0",
"eslint": "^5.15.3",
"express": "^4.16.4",
"express-remove-route": "^1.0.0",
"firebase": "^5.9.4",
"firebase-admin": "^7.2.0",
"mongoose": "^5.4.17"
},
"devDependencies": {
"mocha": "^6.0.2",
"nodemon": "^1.18.10",
"sinon": "^7.2.7"
},
"description": ""
}