{
  "id": "sample",
  "name": "sample",
  "title": "MakeCode Editor Sample",
  "corepkg": "core",
  "cloud": {
    "workspace": false,
    "packages": true
  },
  "runtime": {
    "mathBlocks": true,
    "loopsBlocks": true,
    "logicBlocks": true,
    "variablesBlocks": true,
    "textBlocks": true,
    "functionBlocks": true,
    "listsBlocks": true
  },
  "simulator": {
    "autoRun": true
  },
  "blocksprj": {
    "id": "blocksprj",
    "config": {
      "name": "{0}",
      "dependencies": {
        "core": "*"
      },
      "description": "",
      "files": [
        "main.blocks",
        "main.ts",
        "README.md"
      ]
    },
    "files": {
      "README.md": " ",
      "main.blocks": "<xml xmlns=\"http://www.w3.org/1999/xhtml\">\n</xml>",
      "main.ts": " "
    }
  },
  "tsprj": {
    "id": "tsprj",
    "config": {
      "name": "{0}",
      "dependencies": {
        "core": "*"
      },
      "description": "",
      "files": [
        "main.ts",
        "README.md"
      ]
    },
    "files": {
      "README.md": " ",
      "main.ts": " "
    }
  },
  "compile": {
    "isNative": false,
    "hasHex": false,
    "floatingPoint": true
  },
  "versions": {
    "branch": "v1.0.17",
    "tag": "v1.0.17",
    "commits": "https://github.com/Microsoft/pxt-sample/commits/f0cb9fbab8ae5cef34e542c8a1a17fa12d580d41",
    "target": "1.0.17",
    "pxt": "2.3.29"
  }
}