-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.05 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
{
"name": "budget-app",
"version": "1.0.0",
"description": "A mobile web application where you can manage your budget: you have a list of transactions associated with a category, so that you can see how much money you spent and on what.",
"main": "server.py",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "(https://github.com/ChawkiMbarki/Budget-App)"
},
"keywords": [
"budget",
"expenses",
"budgeting-tool",
"expense-tracker",
"python",
"flask",
"mysql",
"web-application",
"html",
"css",
"javascript",
"mobile-web",
"responsive-design"
],
"author": "Chawki Mbarki",
"license": "MIT",
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.29.1",
"hint": "^7.1.11",
"stylelint": "^16.5.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-scss": "^6.3.0"
}
}