-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 967 Bytes
/
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": "penny-wise",
"version": "1.0.0",
"description": "This is 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": "index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/elarhadu/Penny-Wise.git"
},
"keywords": [
"Ruby",
"on",
"Rails",
"Postgresql",
"Rspec"
],
"author": "Elarh Adu",
"license": "MIT",
"bugs": {
"url": "https://github.com/elarhadu/Penny-Wise/issues"
},
"homepage": "https://github.com/elarhadu/Penny-Wise#readme",
"devDependencies": {
"stylelint": "^13.13.1",
"stylelint-config-standard": "^21.0.0",
"stylelint-csstree-validator": "^1.9.0",
"stylelint-scss": "^3.21.0"
}
}