Files: 7a06852ff59f91404bd07a90d8bdf896f5a42c59 / package.json
880 bytesRaw
1 | { |
2 | "name": "romuloalv.es", |
3 | "version": "1.0.1", |
4 | "description": "Rômulo Alves website", |
5 | "dependencies": { |
6 | "next": "^1.0.0", |
7 | "react": "^15.4.2", |
8 | "react-dom": "^15.4.2" |
9 | }, |
10 | "engines": { |
11 | "node": "7.x" |
12 | }, |
13 | "now": { |
14 | "alias": [ |
15 | "romuloalv.es" |
16 | ], |
17 | "env": { |
18 | "NODE_ENV": "production" |
19 | }, |
20 | "type": "npm", |
21 | "engines": { |
22 | "node": "7.6.0" |
23 | } |
24 | }, |
25 | "scripts": { |
26 | "dev": "next", |
27 | "build": "next build", |
28 | "start": "next start" |
29 | }, |
30 | "cacheDirectories": [ |
31 | "nextjs/node_modules" |
32 | ], |
33 | "repository": { |
34 | "type": "git", |
35 | "url": "git+https://github.com/romuloalves/romuloalves.github.io.git" |
36 | }, |
37 | "author": "romuloalves", |
38 | "license": "MIT", |
39 | "bugs": { |
40 | "url": "https://github.com/romuloalves/romuloalves.github.io/issues" |
41 | }, |
42 | "homepage": "https://github.com/romuloalves/romuloalves.github.io#readme" |
43 | } |
44 |
Built with git-ssb-web