-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.02 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
{
"name": "chartjs-plugin-loadingscreen",
"version": "0.2.0",
"description": "Chart.js plugin to display a loading screen over the chart area",
"main": "dist/chartjs-plugin-loadingscreen.js",
"repository": {
"type": "git",
"url": "https://github.com/Wol/chartjs-plugin-loadingscreen.git"
},
"scripts": {
"test": "gulp lint",
"build": "gulp build"
},
"author": "",
"license": "MIT",
"devDependencies": {
"eslint-config-chartjs": "^0.1.0",
"gulp-rename": "^1.4.0",
"gulp-zip": "^4.2.0",
"gulp": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^5.0.0",
"gulp-htmllint": "^0.0.16",
"gulp-insert": "^0.5.0",
"gulp-replace": "^1.0.0",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^3.0.1",
"gulp-util": "^3.0.8",
"gulp-watch": "^5.0.1",
"merge2": "^1.2.3",
"path": "^0.12.7",
"rollup-stream": "^1.24.1",
"vinyl-source-stream": "^2.0.0",
"yargs": "^11.1.0"
},
"peerDependencies": {
"chart.js": ">= 2.7.0 < 3"
},
"dependencies": {}
}