forked from dlubal-software/Dlubal_JavaScript_Library
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 643 Bytes
/
Copy pathpackage.json
File metadata and controls
22 lines (22 loc) · 643 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "Dlubal JavaScript High Level Functions",
"version": "0.0.1",
"description": "High level functions for JavaScript for InApp scripting in RFEM / RSTAB and RSECTION",
"main": "index.js",
"authors": {
"name": "DLubal Software",
"email": "[email protected]"
},
"repository": "https://github.com/Dlubal-Software/Dlubal_JavaScript_Library/Dlubal JavaScript High Level Functions",
"license": "MIT",
"scripts": {
"docs:build": "vuepress build docs",
"docs:dev": "vuepress dev docs"
},
"dependencies": {
"vuepress": "^1.9.7"
},
"devDependencies": {
"@vuepress/plugin-back-to-top": "^1.9.7"
}
}