This repository has been archived by the owner on Nov 20, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 89
/
package.json
58 lines (58 loc) · 1.55 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "@elsa-workflows/elsa-workflow-designer",
"version": "0.0.62",
"description": "Stencil Component Starter",
"main": "dist/index.js",
"module": "dist/index.mjs",
"es2015": "dist/esm/index.mjs",
"es2017": "dist/esm/index.mjs",
"types": "dist/types/index.d.ts",
"collection": "dist/collection/collection-manifest.json",
"collection:main": "dist/collection/index.js",
"unpkg": "dist/elsa-workflow-designer/elsa-workflow-designer.js",
"repository": {
"type": "git",
"url": "git+https://github.com/elsa-workflows/elsa-designer-html.git"
},
"bugs": {
"url": "https://github.com/elsa-workflows/elsa-designer-html/issues"
},
"homepage": "https://github.com/elsa-workflows/elsa-designer-html",
"keywords": [
"workflow",
"workflow designer",
"web component",
"stenciljs"
],
"author": "Sipke Schoorstra",
"files": [
"dist/",
"loader/"
],
"scripts": {
"build": "stencil build --docs",
"start": "stencil build --dev --watch --serve",
"test": "stencil test --spec --e2e",
"test.watch": "stencil test --spec --e2e --watchAll"
},
"devDependencies": {
"@stencil/core": "^1.2.3",
"@stencil/sass": "^1.0.1",
"@types/jquery": "^3.3.30",
"@types/node": "^12.6.9"
},
"license": "BSD-3-Clause",
"dependencies": {
"bootstrap": "^4.3.1",
"dragscroll": "0.0.8",
"handlebars": "^4.4.2",
"jquery": "^3.4.1",
"jsplumb": "^2.11.1",
"popper.js": "^1.15.0",
"json2yaml": "^1.1.0",
"uuid-browser": "^3.1.0"
},
"directories": {
"doc": "doc"
}
}