-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.1 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
{
"name": "walletnfc-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chompusama/WalletNFC-api.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/chompusama/WalletNFC-api/issues"
},
"homepage": "https://github.com/chompusama/WalletNFC-api#readme",
"devDependencies": {
"nodemon": "^1.19.1"
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"body-parser": "^1.19.0",
"branded-qr-code": "^1.3.0",
"canvas": "^2.5.0",
"cloudinary": "^1.14.0",
"express": "^4.17.1",
"fancyqr": "0.0.1",
"file-type": "^12.0.0",
"firebase-functions": "^3.0.1",
"fs": "0.0.1-security",
"jimp": "^0.6.4",
"merge-images": "^1.1.0",
"merge-img": "^2.1.3",
"mongoose": "^5.6.0",
"morgan": "^1.9.1",
"multer": "^1.4.1",
"qrcode": "^1.3.3",
"qrcode-react": "^0.1.16",
"react": "^16.8.6",
"react-dom": "^16.8.6"
}
}