UNPKG

1.37 kBJSONView Raw
1{
2 "name": "play-by-play-dev",
3 "version": "0.3.6",
4 "description": "Play by Play component",
5 "module": "dist/esm/index.js",
6 "main": "dist/play-by-play.js",
7 "types": "dist/types/components.d.ts",
8 "collection": "dist/collection/collection-manifest.json",
9 "files": [
10 "dist/"
11 ],
12 "scripts": {
13 "build": "stencil build",
14 "start": "stencil build --dev --watch --serve --port 3001",
15 "test": "stencil test --spec --e2e",
16 "test.watch": "stencil test --spec --e2e --watchAll"
17 },
18 "dependencies": {
19 "@aspnet/signalr": "^1.0.4",
20 "@types/jquery": "^3.3.29",
21 "acorn": "^6.0.6",
22 "bootstrap": "^4.2.1",
23 "browserify": "^16.2.3",
24 "jquery": "^3.3.1",
25 "kalmanjs": "^1.1.0",
26 "paper": "^0.12.0",
27 "popper.js": "^1.14.7",
28 "rollup": "^1.1.0",
29 "stencil": "0.0.5",
30 "watchify": "^3.11.0"
31 },
32 "devDependencies": {
33 "@stencil/core": "^0.17.2",
34 "@types/jest": "23.3.10",
35 "@types/puppeteer": "1.11.1",
36 "jest": "23.6.0",
37 "jest-cli": "23.6.0",
38 "puppeteer": "1.8.0",
39 "signalr-no-jquery": "^0.1.8"
40 },
41 "repository": {
42 "type": "git",
43 "url": "git+https://github.com/ionic-team/stencil-component-starter.git"
44 },
45 "author": "Ionic Team",
46 "license": "MIT",
47 "bugs": {
48 "url": "https://github.com/ionic-team/stencil"
49 },
50 "homepage": "https://github.com/ionic-team/stencil"
51}