jmn-basic-elements
Version:
A collection of HMI elements representing P&ID entities made with JS-HMI.
34 lines (33 loc) • 837 B
JSON
{
"name": "jmn-basic-elements",
"version": "0.0.1",
"description": "A collection of HMI elements representing P&ID entities made with JS-HMI.",
"main": "index.js",
"types": "src/index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JS-HMI/jmn-basic-elements.git"
},
"keywords": [
"HMI",
"SCADA",
"valves"
],
"author": "Alessandro Manfredini",
"license": "MIT",
"bugs": {
"url": "https://github.com/JS-HMI/jmn-basic-elements/issues"
},
"homepage": "https://github.com/JS-HMI/jmn-basic-elements#readme",
"dependencies": {
"jahmin": "^0.1.0"
},
"devDependencies": {
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^7.0.2",
"typescript": "^3.8.3"
}
}