forked from dabeng/OrgChart
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
64 lines (64 loc) · 1.54 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
{
"name": "orgchart",
"version": "2.1.5",
"description": "Simple and direct organization chart(tree-like hierarchy) plugin based on pure DOM and jQuery.",
"main": "./dist/js/jquery.orgchart.min.js",
"style": [
"./dist/css/jquery.orgchart.min.css"
],
"scripts": {
"test": "gulp e2e-tests",
"build": "gulp build",
"start": "gulp serve"
},
"repository": {
"type": "git",
"url": "https://github.com/dabeng/OrgChart.git"
},
"keywords": [
"jquery",
"plugin",
"organization",
"chart",
"orgchart",
"tree",
"tree-like",
"tree-view"
],
"author": "dabeng <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dabeng/OrgChart/issues"
},
"homepage": "https://github.com/dabeng/OrgChart#readme",
"dependencies": {
"font-awesome": "^4.6.3",
"gulp-cli": "^2.2.0",
"html2canvas": "^0.5.0-beta4",
"jquery": "^3.4.1",
"jquery-mockjax": "^2.5.0",
"jspdf": "^1.5.3"
},
"devDependencies": {
"browser-sync": "^2.26.7",
"chai": "^4.2.0",
"del": "^3.0.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^3.10.0",
"gulp-csslint": "^1.0.1",
"gulp-eslint": "^4.0.2",
"gulp-inject": "^4.3.2",
"gulp-mocha": "^6.0.0",
"gulp-rename": "^1.4.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-testcafe": "^0.9.2",
"gulp-uglify": "^3.0.2",
"jsdom": "^11.12.0",
"jsdom-global": "^3.0.2",
"merge-stream": "^1.0.1",
"mocha": "^6.2.0",
"sinon": "^4.5.0",
"sinon-chai": "^2.14.0",
"testcafe": "^15.1.317922"
}
}