-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
35 lines (35 loc) · 986 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
35
{
"name": "chartjs-plugin-watermark",
"version": "2.0.2",
"description": "A simple watermark plugin for Chart.js",
"main": "src/chart.plugin.watermark.js",
"scripts": {
"build": "gulp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlbinoDrought/chartjs-plugin-watermark.git"
},
"author": "AlbinoDrought",
"license": "MIT",
"bugs": {
"url": "https://github.com/AlbinoDrought/chartjs-plugin-watermark/issues"
},
"homepage": "https://github.com/AlbinoDrought/chartjs-plugin-watermark#readme",
"devDependencies": {
"browserify": "^13.1.1",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-insert": "^0.5.0",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^2.0.0",
"merge-stream": "^1.0.1",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"watchify": "^3.8.0"
},
"peerDependencies": {
"chart.js": ">=3.2.0"
}
}