Files: 83cabfae5f38ae7ce8a22838a9e2c438b39249b6 / package.json
906 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 | "www.romuloalv.es" |
17 | ], |
18 | "env": { |
19 | "NODE_ENV": "production" |
20 | }, |
21 | "type": "npm", |
22 | "engines": { |
23 | "node": "7.6.0" |
24 | } |
25 | }, |
26 | "scripts": { |
27 | "dev": "next", |
28 | "build": "next build", |
29 | "start": "next start" |
30 | }, |
31 | "cacheDirectories": [ |
32 | "nextjs/node_modules" |
33 | ], |
34 | "repository": { |
35 | "type": "git", |
36 | "url": "git+https://github.com/romuloalves/romuloalves.github.io.git" |
37 | }, |
38 | "author": "romuloalves", |
39 | "license": "MIT", |
40 | "bugs": { |
41 | "url": "https://github.com/romuloalves/romuloalves.github.io/issues" |
42 | }, |
43 | "homepage": "https://github.com/romuloalves/romuloalves.github.io#readme" |
44 | } |
45 |
Built with git-ssb-web