mirror of
https://github.com/friendica/friendica
synced 2024-11-09 23:02:54 +00:00
Add Chart.js to Composer
This commit is contained in:
parent
4f43d9e501
commit
ffa240dfde
2 changed files with 35 additions and 2 deletions
|
@ -27,7 +27,8 @@
|
|||
"fxp/composer-asset-plugin": "~1.3",
|
||||
"bower-asset/base64": "^1.0",
|
||||
"npm-asset/jquery": "^1.11.2",
|
||||
"npm-asset/jquery-colorbox": "^1.6"
|
||||
"npm-asset/jquery-colorbox": "^1.6",
|
||||
"bower-asset/Chart-js": "^2.7"
|
||||
},
|
||||
"repositories": [
|
||||
{
|
||||
|
|
34
composer.lock
generated
34
composer.lock
generated
|
@ -4,8 +4,40 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "228247829bf46d313ca451f94b87c7ef",
|
||||
"content-hash": "6cf3b635594e443a7268a3bd9100d62d",
|
||||
"packages": [
|
||||
{
|
||||
"name": "bower-asset/Chart-js",
|
||||
"version": "v2.7.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/chartjs/Chart.js.git",
|
||||
"reference": "0fead21939b92c15093c1b7d5ee2627fb5900fff"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/chartjs/Chart.js/zipball/0fead21939b92c15093c1b7d5ee2627fb5900fff",
|
||||
"reference": "0fead21939b92c15093c1b7d5ee2627fb5900fff",
|
||||
"shasum": ""
|
||||
},
|
||||
"type": "bower-asset-library",
|
||||
"extra": {
|
||||
"bower-asset-main": "./dist/Chart.js",
|
||||
"bower-asset-ignore": [
|
||||
".github",
|
||||
".codeclimate.yml",
|
||||
".gitignore",
|
||||
".npmignore",
|
||||
".travis.yml",
|
||||
"scripts"
|
||||
]
|
||||
},
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"description": "Simple HTML5 charts using the canvas element.",
|
||||
"time": "2017-10-28T15:01:52+00:00"
|
||||
},
|
||||
{
|
||||
"name": "bower-asset/base64",
|
||||
"version": "1.0.1",
|
||||
|
|
Loading…
Reference in a new issue