mirror of
https://github.com/google/blockly.git
synced 2026-02-13 19:10:10 +01:00
57 lines
1.4 KiB
JSON
57 lines
1.4 KiB
JSON
{
|
|
"name": "@blockly/theme-deuteranopia",
|
|
"version": "6.0.7",
|
|
"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.5"
|
|
},
|
|
"peerDependencies": {
|
|
"blockly": "^11.0.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"registry": "https://wombat-dressing-room.appspot.com"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.17.0"
|
|
},
|
|
"gitHead": "7d3e23fe66828ac9448e2ae64697574493549ee3"
|
|
}
|