-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 913 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": "benefits-calculator",
"version": "1.0.0",
"description": "A yearly benefits calculator",
"scripts": {
"install": "cd frontend && npm install && cd backend && npm install",
"start:client": "cd frontend && npm start",
"build:client": "cd frontend && npm run build",
"start": "npm run build:client && npm run start:client"
},
"repository": {
"type": "git",
"url": "git+https://github.com/limiaspasdaniel/BenefitsCalculator.git"
},
"keywords": [
"benefits",
"ipfs",
"dapp",
"calculator",
"ethereum",
"smart",
"contract",
"smart",
"react",
"node",
"javascript",
"express",
"websockets"
],
"author": "Daniel Limia Aspas",
"license": "MIT",
"bugs": {
"url": "https://github.com/limiaspasdaniel/BenefitsCalculator/issues"
},
"homepage": "https://github.com/limiaspasdaniel/BenefitsCalculator#readme"
}