forked from jerosoler/Drawflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.16 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
{
"name": "drawflow",
"version": "0.0.59",
"description": "Simple flow library",
"main": "dist/drawflow.min.js",
"scripts": {
"dev": "webpack-dev-server --mode development --open --host 0.0.0.0",
"build": "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": "^6.26.3",
"babel-loader": "^8.1.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"css-loader": "^3.5.2",
"es-dev-server": "^2.1.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-minify-css": "^1.2.4",
"gulp-replace": "^1.0.0",
"mini-css-extract-plugin": "^0.9.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.2",
"webpack": "^4.42.1"
}
}