{ "name": "romuloalv.es", "version": "1.0.1", "description": "RĂ´mulo Alves website", "dependencies": { "next": "^1.0.0", "react": "^15.4.2", "react-dom": "^15.4.2" }, "engines": { "node": "7.x" }, "now": { "alias": [ "romuloalv.es", "www.romuloalv.es" ], "env": { "NODE_ENV": "production" }, "type": "npm", "engines": { "node": "7.6.0" } }, "scripts": { "dev": "next", "build": "next build", "start": "next start" }, "cacheDirectories": [ "nextjs/node_modules" ], "repository": { "type": "git", "url": "git+https://github.com/romuloalves/romuloalves.github.io.git" }, "author": "romuloalves", "license": "MIT", "bugs": { "url": "https://github.com/romuloalves/romuloalves.github.io/issues" }, "homepage": "https://github.com/romuloalves/romuloalves.github.io#readme" }