Something went wrong. Try again.
🧶 Knitting our Internet – workshop resources and website source code [MIRROR] ournet.rocks
community internet-history social surveillance-capitalism fediverse sociology history project 11ty lab decentralization social-media social-networks workshop philosophy internet anticapitalism interactive eleventy
Something went wrong. Try again.
ournet.rocks package.json
1.3 kB · 54 lines
JSON
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455{ "name": "🪡 Knitting Our Internet 🧶", "description": "Knitting Our Internet is a face-to-face workshop about the Internet. It consists of an interactive journey through its history and a collective rethinking of its future.", "homepage": "https://ournet.rocks/", "keywords": [ "11ty", "anticapitalism", "community", "decentralization", "design", "design-thinking", "eleventy", "eleventy-website", "fediverse", "history", "interactive", "internet", "internet-history", "lab", "laboratorio", "philosophy", "project", "social", "social-media", "social-network", "social-networks", "socialnetwork", "sociology", "surveillance-capitalism", "workshop" ], "repository": { "type": "git", "url": "git@codeberg.org:tommi/ournet.git" }, "license": "CC-BY-SA-4.0", "bugs": { "url": "https://github.com/xplosionmind/ournet/issues" }, "scripts": { "start": "ELEVENTY_ENV=development eleventy --serve --watch --incremental", "build": "ELEVENTY_ENV=production eleventy", "debug": "DEBUG=Eleventy* bun run start", "clean": "del-cli dist" }, "type": "module", "dependencies": { "@11ty/eleventy": "^3.0.0", "@11ty/eleventy-img": "^5.0.0", "csv-parse": "^5.5.6", "html-minifier-terser": "^7.2.0", "js-yaml": "^4.1.0" }}