cra16/cake-core

View on GitHub
bower.json

Summary

Maintainability
Test Coverage
{
  "name": "cake-core",
  "version": "1.1.3",
  "homepage": "https://github.com/cra16/cake-core",
  "authors": [
    "Joshua Jung <wbqdinno@gmail.com>"
  ],
  "description": "Visual Programming Editor for C Language based on Blockly.",
  "main": [
    "blockly_compressed.js",
    "blocks_compressed.js",
    "cake_compressed.js",
    "msg/js/en.js"
  ],
  "keywords": [
    "C",
    "Blockly",
    "Visualization"
  ],
  "license": "Apache License 2.0",
  "ignore": [
    ".*",
    "**/.*",
    "**/*.html",
    "css",
    "fonts",
    "/js",
    "node_modules",
    "test",
    "tests"
  ]
}