git ssb

0+

Rômulo Alves / website



Tree: 6b864007e8c5b621bfd0c79f8d8e177a2e6effc3

Files: 6b864007e8c5b621bfd0c79f8d8e177a2e6effc3 / package.json

579 bytesRaw
1{
2 "name": "romuloalves.github.io",
3 "version": "1.0.0",
4 "description": "Rômulo Alves website",
5 "dependencies": {
6 "next": "^1.0.0"
7 },
8 "scripts": {
9 "dev": "next",
10 "build": "next build",
11 "start": "next start -p $PORT"
12 },
13 "repository": {
14 "type": "git",
15 "url": "git+https://github.com/romuloalves/romuloalves.github.io.git"
16 },
17 "author": "romuloalves",
18 "license": "MIT",
19 "bugs": {
20 "url": "https://github.com/romuloalves/romuloalves.github.io/issues"
21 },
22 "homepage": "https://github.com/romuloalves/romuloalves.github.io#readme"
23}
24

Built with git-ssb-web