UNPKG

@blockly/theme-deuteranopia

Version:
56 lines (55 loc) 1.41 kB
{ "name": "@blockly/theme-deuteranopia", "version": "7.0.3", "description": "A Blockly theme for people that have deuteranopia.", "scripts": { "audit:fix": "blockly-scripts auditFix", "build": "blockly-scripts build", "clean": "blockly-scripts clean", "lint": "eslint .", "predeploy": "blockly-scripts predeploy", "start": "blockly-scripts start", "test": "blockly-scripts test" }, "main": "./dist/index.js", "module": "./src/index.js", "unpkg": "./dist/index.js", "author": "Blockly Team", "keywords": [ "blockly", "blockly-plugin", "blockly-theme", "deuteranopia" ], "homepage": "https://github.com/RaspberryPiFoundation/blockly-samples/tree/master/plugins/theme-deuteranopia#readme", "bugs": { "url": "https://github.com/RaspberryPiFoundation/blockly-samples/issues" }, "repository": { "type": "git", "url": "https://github.com/RaspberryPiFoundation/blockly-samples.git", "directory": "plugins/theme-deuteranopia" }, "license": "Apache-2.0", "directories": { "dist": "dist", "src": "src" }, "files": [ "dist", "src" ], "devDependencies": { "@blockly/dev-scripts": "^4.0.11" }, "peerDependencies": { "blockly": "^12.0.0" }, "publishConfig": { "access": "public" }, "engines": { "node": ">=8.17.0" }, "gitHead": "a2e62db64cb768723367d92034b51ad730ec8c72" }