Files: 4e8e3d9429097f5c347843976cf7b56a9066cfc7 / package.json
617 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 | "engines": { |
9 | "node": "7.x" |
10 | }, |
11 | "scripts": { |
12 | "dev": "next", |
13 | "build": "next build", |
14 | "start": "next start -p $PORT" |
15 | }, |
16 | "repository": { |
17 | "type": "git", |
18 | "url": "git+https://github.com/romuloalves/romuloalves.github.io.git" |
19 | }, |
20 | "author": "romuloalves", |
21 | "license": "MIT", |
22 | "bugs": { |
23 | "url": "https://github.com/romuloalves/romuloalves.github.io/issues" |
24 | }, |
25 | "homepage": "https://github.com/romuloalves/romuloalves.github.io#readme" |
26 | } |
27 |
Built with git-ssb-web