forked from y-takey/chartjs-plugin-stacked100
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 869 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-stacked100",
"version": "0.7.0",
"description": "This plugin for Chart.js that makes your bar chart to 100% stacked bar chart",
"main": "src/index.js",
"scripts": {
"deploy": "cp -R test/* demo && cp src/index.js demo/plugin.js && sed -i '' -f replace_condition demo/index.html && gh-pages -d demo",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/y-takey/chartjs-plugin-stacked100.git"
},
"keywords": [
"chart.js"
],
"author": "y-takey",
"license": "MIT",
"bugs": {
"url": "https://github.com/y-takey/chartjs-plugin-stacked100/issues"
},
"homepage": "https://github.com/y-takey/chartjs-plugin-stacked100#readme",
"dependencies": {
"chart.js": "^2.4.0"
},
"devDependencies": {
"gh-pages": "^1.0.0"
}
}