{ "name": "daw", "version": "1.0.0", "author": "", "description": "a space on the interwebs", "private": true, "repository": { "type": "git", "url": "https://code.davidawindham.com/david/daw" }, "main": "index.js", "scripts": { "dev": "next", "build": "next build", "start": "next start" }, "keywords": [], "license": "ISC", "dependencies": { "milligram": "^1.3.0", "normalize.css": "^8.0.1" }, "devDependencies": { "browser-sync": "^2.26.7", "gulp": "^4.0.2" } }