-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 982 Bytes
/
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
{
"name": "use-my-tools-csr",
"version": "1.0.0",
"description": "Build Week 1 personal project",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon ./index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/upsmancsr/Use-My-Tools-CSR.git"
},
"author": "Cameron Ray",
"license": "ISC",
"bugs": {
"url": "https://github.com/upsmancsr/Use-My-Tools-CSR/issues"
},
"homepage": "https://github.com/upsmancsr/Use-My-Tools-CSR#readme",
"dependencies": {
"bcrypt": "^3.0.4",
"cloudinary": "^1.14.0",
"connect-multiparty": "^2.2.0",
"cors": "^2.8.5",
"express": "^4.16.4",
"firebase": "^5.9.2",
"firebase-admin": "^7.2.0",
"helmet": "^3.15.0",
"jsonwebtoken": "^8.4.0",
"knex": "^0.16.3",
"morgan": "^1.9.1",
"pg": "^7.8.0",
"react": "^16.8.5",
"stripe": "^7.8.0"
},
"devDependencies": {
"dotenv": "^6.2.0",
"nodemon": "^1.19.2"
}
}