forked from jerosoler/Drawflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.3 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.3 KB
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
{
"name": "drawflow",
"version": "0.0.59",
"description": "Simple flow library",
"main": "dist/drawflow.min.js",
"scripts": {
"dev": "set NODE_OPTIONS=--openssl-legacy-provider && webpack-dev-server --mode development --open --host 0.0.0.0",
"build": "set NODE_OPTIONS=--openssl-legacy-provider && webpack --mode=production && gulp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/jerosoler/Drawflow.git"
},
"keywords": [
"flow",
"javascript",
"javascript-library",
"flow-based-programming",
"flowchart"
],
"author": "Jero soler",
"license": "MIT",
"bugs": {
"url": "https://github.com/jerosoler/Drawflow/issues"
},
"homepage": "https://github.com/jerosoler/Drawflow#readme",
"devDependencies": {
"babel-core": "^4.7.16",
"babel-loader": "^8.1.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"css-loader": "^7.1.1",
"es-dev-server": "^1.55.1",
"gulp": "^5.0.0",
"gulp-concat": "^2.6.1",
"gulp-minify-css": "^1.2.4",
"gulp-replace": "^1.0.0",
"mini-css-extract-plugin": "^0.9.0",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^5.0.4"
},
"dependencies": {
"lit": "^3.1.2"
}
}