-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathpackage.json
34 lines (34 loc) · 858 Bytes
/
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
{
"name": "flowdesigner",
"version": "1.1.61",
"description": "FlowDesigner is a js library for drawing flow chart on web",
"main": "index.js",
"scripts": {
"build": "babel -c -d ./lib ./src/ --presets env",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/jacky6024/flowdesigner.git"
},
"author": "Jacky.Gao",
"license": "MIT",
"dependencies": {
"bootstrap": "^3.3.6",
"events": "^1.1.1",
"jquery": "^2.1.0",
"node-uuid": "^1.4.7",
"raphael": "^2.2.1",
"undo-manager": "^1.0.5"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"css-loader": "^0.28.11",
"expose-loader": "^0.7.5",
"file-loader": "^1.1.11",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7"
}
}