-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1 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
{
"name": "jahmin",
"version": "0.1.3",
"description": "A JavaScript framework to build browser friendly Human Machine Interfaces for automation",
"main": "dist/jahmin.js",
"types": "src/jahmin.ts",
"scripts": {
"test": "web-test-runner test/*test.js --node-resolve --concurrency 1",
"docs": "tsc && jsdoc -c docs_conf.json -R README.md -r dist/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JS-HMI/jahmin.git"
},
"keywords": [
"HMI",
"automation",
"gui"
],
"author": "Alessandro Manfredini",
"license": "MIT",
"bugs": {
"url": "https://github.com/JS-HMI/jahmin/issues"
},
"homepage": "https://github.com/JS-HMI/jahmin#readme",
"dependencies": {
"html-escaper": "^3.0.0",
"impera-js": "^0.7.8",
"lit-element": "^2.3.1"
},
"devDependencies": {
"@esm-bundle/chai": "^4.3.0",
"@web/test-runner": "^0.12.15",
"fetch-mock": "^9.11.0",
"foodoc": "0.0.9",
"ts-loader": "^6.2.2",
"typescript": "^3.8.3"
}
}