-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.07 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
{
"name": "ledger",
"version": "1.0.0",
"description": "lEdge is something we all need. I always wanted to manage my money and analyse my income & expenses, but never really got an app with all the required features. So, I thought of creating this app with the features one requires to manage their money seamlessly. I hope you would love it.",
"main": "app.js",
"dependencies": {
"body-parser": "^1.19.0",
"crypto-js": "^4.0.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-ejs": "^2.0.0",
"express-ejs-layouts": "^2.5.1",
"init": "^0.1.2",
"method-override": "^3.0.0",
"mongoose": "^5.12.14"
},
"devDependencies": {
"dotenv": "^8.6.0",
"nodemon": "^2.0.15"
},
"scripts": {
"devstart": "nodemon app.js",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sh0onya/Ledger.git"
},
"author": "Prateek Dubey",
"license": "ISC",
"bugs": {
"url": "https://github.com/Sh0onya/Ledger/issues"
},
"homepage": "https://github.com/Sh0onya/Ledger#readme",
"keywords": []
}