forked from Makanz/chartjs-plugin-trendline
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 773 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
{
"name": "chartjs-plugin-trendline",
"version": "0.2.2",
"description": "Trendline for Chart.js",
"main": "src/chartjs-plugin-trendline.js",
"scripts": {
"build": "gulp",
"bump-minor": "gulp bump-minor",
"bump-patch": "gulp bump-patch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Makanz/chartjs-plugin-trendline.git"
},
"author": "Marcus Alsterfjord",
"license": "MIT",
"bugs": {
"url": "https://github.com/Makanz/chartjs-plugin-trendline/issues"
},
"homepage": "https://github.com/Makanz/chartjs-plugin-trendline#readme",
"devDependencies": {
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-bump": "^3.2.0",
"gulp-rename": "^2.0.0",
"gulp-uglify": "^3.0.2",
"pump": "^3.0.0"
}
}