Files: ea2401250f1f275729ad6a20f85d8e72ba5c72c7 / package.json
570 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" |
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