-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
38 lines (38 loc) · 1012 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"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 <[email protected]>",
"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"
}
}