-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 1.03 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
{
"name": "sratrc-smart-purchase-web-app",
"version": "1.0.0",
"description": "A smart purchase app to centralize and streamline the purchases and track inventory status/payment history for the NGO SRATRC, developed as a project for CSE@IITK Summer of Code 2019",
"main": "server/server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./server/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dryairship/SRATRC-Smart-Purchase-Web-App.git"
},
"author": "Priydarshi Singh, Tanvi Nerkar, Jayesh Shaw, Avinandan Bose, Aaryan Srivastava",
"license": "MIT",
"bugs": {
"url": "https://github.com/dryairship/SRATRC-Smart-Purchase-Web-App/issues"
},
"homepage": "https://github.com/dryairship/SRATRC-Smart-Purchase-Web-App#readme",
"dependencies": {
"bcrypt": "^3.0.6",
"body-parser": "^1.19.0",
"convert-units": "^2.3.4",
"cookie-parser": "^1.4.4",
"express": "^4.17.1",
"mongoose": "^5.5.14",
"uuid": "^3.3.2"
}
}