{ "name": "romuloalves.github.io", "version": "1.0.0", "description": "RĂ´mulo Alves website", "dependencies": { "@mars/heroku-nextjs-build": "^1.1.0", "next": "^1.0.0", "react": "^15.4.2", "react-dom": "^15.4.2" }, "engines": { "node": "7.x" }, "scripts": { "dev": "next", "build": "next build", "start": "next start -p $PORT", "heroku-postbuild": "heroku-nextjs-build" }, "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" }