@blockly/theme-deuteranopia
Version:
A Blockly theme for people that have deuteranopia.
57 lines (56 loc) • 1.43 kB
JSON
{
"name": "@blockly/theme-deuteranopia",
"version": "6.0.10",
"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/google/blockly-samples/tree/master/plugins/theme-deuteranopia#readme",
"bugs": {
"url": "https://github.com/google/blockly-samples/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/google/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.7"
},
"peerDependencies": {
"blockly": "^11.0.0"
},
"publishConfig": {
"access": "public",
"registry": "https://wombat-dressing-room.appspot.com"
},
"engines": {
"node": ">=8.17.0"
},
"gitHead": "2d4d03f1e35a3608965ebca858bbc8cd8fb5539d"
}