cogjs
Version:
CogJS is a lightweight, modular JavaScript library for cognitive and neurodivergent accessibility on the web.
46 lines (45 loc) • 1.03 kB
JSON
{
"name": "cogjs",
"version": "0.0.36",
"description": "CogJS is a lightweight, modular JavaScript library for cognitive and neurodivergent accessibility on the web.",
"homepage": "https://github.com/garethslinn/cog#readme",
"bugs": {
"url": "https://github.com/garethslinn/cog/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/garethslinn/cog.git"
},
"license": "MIT",
"author": "Gareth Slinn",
"type": "module",
"main": "dist/cog.min.js",
"exports": {
".": {
"import": "./dist/cog.min.js"
}
},
"files": [
"dist/cog.min.js"
],
"scripts": {
"build": "esbuild core/index.js --bundle --minify --outfile=dist/cog.min.js",
"test": "echo \"No tests specified\" && exit 0"
},
"keywords": [
"accessibility",
"a11y",
"cognitive",
"neurodivergent",
"web",
"html",
"javascript",
"inclusive-design"
],
"devDependencies": {
"esbuild": "^0.20.0"
},
"dependencies": {
"cogjs": "^0.0.20"
}
}