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
24 lines (24 loc) · 751 Bytes
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 751 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"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",
"scripts": {
"dev": "vuepress dev",
"build": "vuepress build",
"APIDOCS": "vuepress-jsdoc --source '../includes/' --dist './src/' --folder code"
},
"license": "MIT",
"devDependencies": {
"@vuepress/plugin-back-to-top": "^2.0.0-beta.59",
"vuepress": "^1.5.3"
},
"dependencies": {
"vuepress-jsdoc": "^4.3.1"
}
}