-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 1.09 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
{
"name": "@LUMII-Syslab/imcs_layoutengine",
"version": "1.0.6",
"description": "IMCS SysLab layout library for laying out graph diagrams and dialog windows.",
"main": "dist/imcs_layoutengine.min.js",
"directories": {
"doc": "doc"
},
"scripts": {
"patch": "sed -i \"\" 's/if (gwtOnLoad/onBodyDone();if (gwtOnLoad/g' ./dist/imcs_layoutengine.nocache.js",
"build": "$(npm bin)/../../apache-ant/bin/ant builddev && npm run patch && npx webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LUMII-Syslab/imcs_layoutengine.git"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"keywords": [
"layout",
"dialog",
"diagram",
"imcs"
],
"author": "IMCS, UL",
"license": "SEE LICENSE IN imcs_layoutengine.COPYING",
"bugs": {
"url": "https://github.com/LUMII-Syslab/imcs_layoutengine/issues"
},
"homepage": "https://webappos.org/dev/layout/",
"dependencies": {},
"devDependencies": {
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11"
}
}