Permalink
Cannot retrieve contributors at this time
Fetching contributors…
| { | |
| "name": "next-bigfive-web", | |
| "version": "1.0.0", | |
| "description": "Website for bigfive personality test using next.js", | |
| "license": "MIT", | |
| "private": true, | |
| "author": { | |
| "name": "Jonas Enge", | |
| "email": "jonas.enge@gmail.com", | |
| "url": "https://github.com/maccyber" | |
| }, | |
| "contributors": [ | |
| { | |
| "name": "Geir Gåsodden", | |
| "email": "geir.gasodden@pythonia.no", | |
| "url": "https://github.com/zrrrzzt" | |
| } | |
| ], | |
| "keywords": [ | |
| "bigfive", | |
| "personality", | |
| "IPIP" | |
| ], | |
| "repository": { | |
| "type": "git", | |
| "url": "https://github.com/maccyber/bigfive-web.git" | |
| }, | |
| "bugs": { | |
| "url": "https://github.com/maccyber/bigfive-web/issues" | |
| }, | |
| "homepage": "https://github.com/maccyber/bigfive-web", | |
| "devDependencies": { | |
| "ava": "0.18.2", | |
| "coveralls": "2.12.0", | |
| "nsp": "2.6.3", | |
| "nyc": "10.1.2", | |
| "standard": "9.0.2" | |
| }, | |
| "now": { | |
| "alias": [ | |
| "bigfive.maccyber.io", | |
| "bigfive.world", | |
| "no.bigfive.maccyber.io" | |
| ], | |
| "env": { | |
| "NODE_ENV": "production" | |
| }, | |
| "type": "npm" | |
| }, | |
| "standard": { | |
| "ignore": [ | |
| "/static/ga.js" | |
| ] | |
| }, | |
| "scripts": { | |
| "dev": "next", | |
| "build": "next build", | |
| "start": "next start", | |
| "test": "standard && nsp check && ava", | |
| "test-offline": "standard && ava", | |
| "coverage": "nyc ava", | |
| "coveralls": "nyc ava && nyc report --reporter=lcov && cat coverage/lcov.info | coveralls", | |
| "standard-fix": "standard --fix" | |
| }, | |
| "dependencies": { | |
| "axios": "0.15.3", | |
| "country-list": "1.1.0", | |
| "next": "2.0.0", | |
| "react": "15.4.2", | |
| "react-d3": "0.4.0", | |
| "react-dom": "15.4.2" | |
| } | |
| } |