generated from nyu-software-engineering/generic-mern-stack-project
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
23 lines (23 loc) · 1.12 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
{
"name": "project-setup-sneaky-seven",
"version": "1.0.0",
"description": "Aimed towards consumers who strive for budget management, the Budget Web App wants to elevate understanding of income and spending, resulting in a higher control over finance. Unlike other apps which often automatically and arbitrarily categorize purchases, we allow users to define their budget and how they want to view their spending. This will allow for both the presence of \"intelligent\" suggestions per say, as well as user-defined categories in the event that more accuracy is required/desired.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/software-students-fall2021/project-setup-sneaky-seven.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/software-students-fall2021/project-setup-sneaky-seven/issues"
},
"homepage": "https://github.com/software-students-fall2021/project-setup-sneaky-seven#readme",
"dependencies": {
"sessionstorage": "^0.1.0"
}
}