-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
86 lines (86 loc) · 2.27 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "skill_invocation_client",
"version": "0.0.1",
"description": "A simple client to browse and invoke skills on a CPPS.",
"main": "./app/backend/index.js",
"private": true,
"scripts": {
"build": "npx webpack --env dev && npx webpack --env build",
"dev": "npx webpack --progress --colors --watch --env dev",
"start": "node ./app/backend/index.js"
},
"bin": {
"brainbox": "./app/backend/index.js"
},
"keywords": [
"diagramming",
"canvas",
"HTML5",
"js",
"siemens",
"skills",
"cyber-physical systems"
],
"author": "Jupiter Bakakeu and Simon Meierhofer",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^8.0.3",
"babel-loader": "^7.1.5",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"bootstrap-slider": "^10.0.2",
"chai": "^4.1.2",
"chardin.js": "^0.1.3",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.6.0",
"d3": "^5.5.0",
"eslint": "^6.8.0",
"eslint-loader": "^2.0.0",
"expose-loader": "^0.7.5",
"file-loader": "^1.1.11",
"font-awesome": "^4.7.0",
"google-code-prettify": "^1.0.5",
"hogan.js": "3.0.2",
"imports-loader": "^0.8.0",
"jshint-stylish": "latest",
"less-loader": "^4.1.0",
"mocha": "^8.1.1",
"octicons": "4.3.0",
"remarkable": "^1.7.1",
"script-loader": "^0.7.2",
"storage-helper": "^1.4.1",
"style-loader": "^0.21.0",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"yargs": "^15.4.1"
},
"dependencies": {
"body-parser": "^1.19.0",
"bootstrap-toggle": "^2.2.2",
"cli-truncate": "^2.1.0",
"express": "^4.17.1",
"glob": "^7.1.6",
"handlebars": "^4.7.7",
"intro.js": "^2.9.3",
"jsdom": "^9.12.0",
"jsts": "^1.6.2",
"less": "^3.12.2",
"mousetrap": "^1.6.5",
"node-ttl": "^0.0.5",
"phantomjs": "2.1.7",
"prettify": "^0.1.7",
"prompt": "^1.0.0",
"sanitize-filename": "^1.6.1",
"socket.io": "^2.4.0",
"superagent": "^5.3.1",
"system": "^2.0.1",
"template7": "^1.4.2",
"uuid": "^3.3.3",
"webpage": "^0.3.0",
"winston": "^3.3.3"
}
}