UNPKG

microbit-web-components

Version:
39 lines (38 loc) 1.01 kB
{ "name": "microbit-web-components", "version": "0.3.0", "description": "Web Components library for micro:bit", "homepage": "https://github.com/thegecko/microbit-web-components", "license": "MIT", "main": "dist/index.js", "module": "dist/microbit/microbit.esm.js", "types": "dist/types/components.d.ts", "collection": "dist/collection/collection-manifest.json", "files": [ "dist/" ], "repository": { "type": "git", "url": "git+https://github.com/thegecko/microbit-web-components.git" }, "author": "Rob Moran <rob@thegecko.org>", "keywords": [ "micro:bit", "microbit", "webcomponents", "web-components" ], "scripts": { "build": "stencil build --docs", "watch": "stencil build --prod --watch --serve", "test": "stencil test --spec --e2e", "test.watch": "stencil test --spec --e2e --watchAll" }, "engines": { "node": ">=8.14.0" }, "dependencies": { "@stencil/core": "^1.1.6", "microbit-web-bluetooth": "^0.4.0" } }