UNPKG

wiki-plugin-roster

Version:
45 lines (44 loc) 1.05 kB
{ "name": "wiki-plugin-roster", "version": "0.4.0", "description": "Federated Wiki - Roster Plugin", "keywords": [ "roster", "wiki", "federated wiki", "plugin" ], "author": { "name": "Ward Cunningham", "email": "ward@c2.com", "url": "http://ward.fed.wiki.org" }, "contributors": [], "scripts": { "build": "npm run clean; npm run test; node scripts/build-client.js", "clean": "rm client/roster.js client/roster.js.map", "test": "node --test", "update-authors": "node scripts/update-authors.cjs" }, "devDependencies": { "@eslint/js": "^9.18.0", "esbuild": "^0.25.0", "eslint": "^9.18.0", "expect.js": "*", "globals": "^15.14.0", "grunt-git-authors": "^3.2.0", "prettier": "^3.4.2" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/fedwiki/wiki-plugin-roster.git" }, "bugs": { "url": "https://github.com/fedwiki/wiki-plugin-roster/issues" }, "type": "module", "engines": { "node": ">=18.x" } }